Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dvar_unserializer.c387 #define UNSERIALIZE_PARAMETER zval *rval, const unsigned char **p, const unsigned char *max, php_un… macro
392 static zend_always_inline int process_nested_data(UNSERIALIZE_PARAMETER, HashTable *ht, zend_long e… in process_nested_data() argument
521 static inline int finish_nested_data(UNSERIALIZE_PARAMETER) in finish_nested_data() argument
531 static inline int object_custom(UNSERIALIZE_PARAMETER, zend_class_entry *ce) in object_custom() argument
562 static inline zend_long object_common1(UNSERIALIZE_PARAMETER, zend_class_entry *ce) in object_common1() argument
590 static inline int object_common2(UNSERIALIZE_PARAMETER, zend_long elements) in object_common2() argument
630 PHPAPI int php_var_unserialize(UNSERIALIZE_PARAMETER) in php_var_unserialize() argument
657 static int php_var_unserialize_internal(UNSERIALIZE_PARAMETER, int as_key) in php_var_unserialize_internal() argument

Completed in 7 milliseconds