Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dvar.c81 PHPAPI void php_var_dump(zval *struc, int level) /* {{{ */ in php_var_dump()
253 PHPAPI void php_debug_zval_dump(zval *struc, int level) /* {{{ */ in php_debug_zval_dump()
448 PHPAPI void php_var_export_ex(zval *struc, int level, smart_str *buf) /* {{{ */ in php_var_export_ex()
584 PHPAPI void php_var_export(zval *struc, int level) /* {{{ */ in php_var_export()
686 static inline zend_bool php_var_serialize_class_name(smart_str *buf, zval *struc) /* {{{ */ in php_var_serialize_class_name()
701 static int php_var_serialize_call_sleep(zval *retval, zval *struc) /* {{{ */ in php_var_serialize_call_sleep()
752 static void php_var_serialize_class(smart_str *buf, zval *struc, zval *retval_ptr, php_serialize_da… in php_var_serialize_class()
835 static void php_var_serialize_intern(smart_str *buf, zval *struc, php_serialize_data_t var_hash) /*… in php_var_serialize_intern()
1021 PHPAPI void php_var_serialize(smart_str *buf, zval *struc, php_serialize_data_t *data) /* {{{ */ in php_var_serialize()
1061 zval *struc; in PHP_FUNCTION() local
H A Dphp_incomplete_class.h27 #define PHP_SET_CLASS_ATTRIBUTES(struc) \ argument

Completed in 16 milliseconds