Lines Matching refs:zval
25 PHPAPI void php_var_dump(zval *struc, int level);
26 PHPAPI void php_var_export(zval *struc, int level);
27 PHPAPI void php_var_export_ex(zval *struc, int level, smart_str *buf);
29 PHPAPI void php_debug_zval_dump(zval *struc, int level);
34 PHPAPI void php_var_serialize(smart_str *buf, zval *struc, php_serialize_data_t *data);
35 PHPAPI int php_var_unserialize(zval *rval, const unsigned char **p, const unsigned char *max, php_u…
36 PHPAPI int php_var_unserialize_ref(zval *rval, const unsigned char **p, const unsigned char *max, p…
37 PHPAPI int php_var_unserialize_intern(zval *rval, const unsigned char **p, const unsigned char *max…
62 PHPAPI void php_unserialize_with_options(zval *return_value, const char *buf, const size_t buf_len,…
64 PHPAPI void var_replace(php_unserialize_data_t *var_hash, zval *ozval, zval *nzval);
65 PHPAPI void var_push_dtor(php_unserialize_data_t *var_hash, zval *val);
66 PHPAPI zval *var_tmp_var(php_unserialize_data_t *var_hashx);