/// <summary> /// Converts mutable string to byte[]. /// </summary> public static byte[] ToBytes(PhpValue value, Context ctx) => value.ToBytes(ctx);