Home
last modified time | relevance | path

Searched defs:struc (Results 1 – 2 of 2) sorted by last modified time

/PHP-7.4/ext/standard/
H A Dvar.c92 PHPAPI void php_var_dump(zval *struc, int level) /* {{{ */ in php_var_dump()
281 PHPAPI void php_debug_zval_dump(zval *struc, int level) /* {{{ */ in php_debug_zval_dump()
480 PHPAPI void php_var_export_ex(zval *struc, int level, smart_str *buf) /* {{{ */ in php_var_export_ex()
618 PHPAPI void php_var_export(zval *struc, int level) /* {{{ */ in php_var_export()
720 static inline zend_bool php_var_serialize_class_name(smart_str *buf, zval *struc) /* {{{ */ in php_var_serialize_class_name()
735 static int php_var_serialize_call_sleep(zval *retval, zval *struc) /* {{{ */ in php_var_serialize_call_sleep()
788 …HashTable *ht, HashTable *props, zend_string *name, zend_string *error_name, zval *struc) /* {{{ */ in php_var_serialize_try_add_sleep_prop()
818 HashTable *ht, zval *struc, HashTable *sleep_retval) /* {{{ */ in php_var_serialize_get_sleep_props()
952 static void php_var_serialize_intern(smart_str *buf, zval *struc, php_serialize_data_t var_hash) /*… in php_var_serialize_intern()
1132 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.h27 #define PHP_SET_CLASS_ATTRIBUTES(struc) \ argument

Completed in 11 milliseconds