Lines Matching refs:zval
35 PHPAPI void php_var_dump(zval *struc, int level);
36 PHPAPI void php_var_export(zval *struc, int level);
37 PHPAPI void php_var_export_ex(zval *struc, int level, smart_str *buf);
39 PHPAPI void php_debug_zval_dump(zval *struc, int level);
56 PHPAPI void php_var_serialize(smart_str *buf, zval *struc, php_serialize_data_t *data);
57 PHPAPI int php_var_unserialize(zval *rval, const unsigned char **p, const unsigned char *max, php_u…
58 PHPAPI int php_var_unserialize_ref(zval *rval, const unsigned char **p, const unsigned char *max, p…
59 PHPAPI int php_var_unserialize_intern(zval *rval, const unsigned char **p, const unsigned char *max…
60 PHPAPI int php_var_unserialize_ex(zval *rval, const unsigned char **p, const unsigned char *max, ph…
118 PHPAPI void var_replace(php_unserialize_data_t *var_hash, zval *ozval, zval *nzval);
119 PHPAPI void var_push_dtor(php_unserialize_data_t *var_hash, zval *val);
120 PHPAPI zval *var_tmp_var(php_unserialize_data_t *var_hashx);