Home
last modified time | relevance | path

Searched defs:struc (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/standard/
H A Dvar.c89 PHPAPI void php_var_dump(zval *struc, int level) /* {{{ */ in php_var_dump()
279 PHPAPI void php_debug_zval_dump(zval *struc, int level) /* {{{ */ in php_debug_zval_dump()
488 PHPAPI void php_var_export_ex(zval *struc, int level, smart_str *buf) /* {{{ */ in php_var_export_ex()
632 PHPAPI void php_var_export(zval *struc, int level) /* {{{ */ in php_var_export()
750 static inline bool php_var_serialize_class_name(smart_str *buf, zval *struc) /* {{{ */ in php_var_serialize_class_name()
816 …HashTable *ht, HashTable *props, zend_string *name, zend_string *error_name, zval *struc) /* {{{ */ in php_var_serialize_try_add_sleep_prop()
846 HashTable *ht, zval *struc, HashTable *sleep_retval) /* {{{ */ in php_var_serialize_get_sleep_props()
969 static void php_var_serialize_class(smart_str *buf, zval *struc, HashTable *ht, php_serialize_data_… in php_var_serialize_class()
982 static void php_var_serialize_intern(smart_str *buf, zval *struc, php_serialize_data_t var_hash, bo… in php_var_serialize_intern()
1249 PHPAPI void php_var_serialize(smart_str *buf, zval *struc, php_serialize_data_t *data) /* {{{ */ in php_var_serialize()
[all …]
H A Dphp_incomplete_class.h26 #define PHP_SET_CLASS_ATTRIBUTES(struc) \ argument

Completed in 14 milliseconds