Searched defs:struc (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/standard/ |
H A D | var.c | 89 PHPAPI void php_var_dump(zval *struc, int level) /* {{{ */ in php_var_dump() 278 PHPAPI void php_debug_zval_dump(zval *struc, int level) /* {{{ */ in php_debug_zval_dump() 482 PHPAPI void php_var_export_ex(zval *struc, int level, smart_str *buf) /* {{{ */ in php_var_export_ex() 623 PHPAPI void php_var_export(zval *struc, int level) /* {{{ */ in php_var_export() 746 static inline bool php_var_serialize_class_name(smart_str *buf, zval *struc) /* {{{ */ in php_var_serialize_class_name() 831 …HashTable *ht, HashTable *props, zend_string *name, zend_string *error_name, zval *struc) /* {{{ */ in php_var_serialize_try_add_sleep_prop() 861 HashTable *ht, zval *struc, HashTable *sleep_retval) /* {{{ */ in php_var_serialize_get_sleep_props() 984 static void php_var_serialize_class(smart_str *buf, zval *struc, HashTable *ht, php_serialize_data_… in php_var_serialize_class() 997 static void php_var_serialize_intern(smart_str *buf, zval *struc, php_serialize_data_t var_hash, bo… in php_var_serialize_intern() 1273 PHPAPI void php_var_serialize(smart_str *buf, zval *struc, php_serialize_data_t *data) /* {{{ */ in php_var_serialize() [all …]
|
H A D | php_incomplete_class.h | 26 #define PHP_SET_CLASS_ATTRIBUTES(struc) \ argument
|
Completed in 8 milliseconds