Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dvar_unserializer.c368 #define UNSERIALIZE_PARAMETER zval *rval, const unsigned char **p, const unsigned char *max, php_un… macro
373 static zend_always_inline int process_nested_data(UNSERIALIZE_PARAMETER, HashTable *ht, zend_long e… in process_nested_data() argument
499 static inline int finish_nested_data(UNSERIALIZE_PARAMETER) in finish_nested_data() argument
509 static inline int object_custom(UNSERIALIZE_PARAMETER, zend_class_entry *ce) in object_custom() argument
540 static inline zend_long object_common1(UNSERIALIZE_PARAMETER, zend_class_entry *ce) in object_common1() argument
568 static inline int object_common2(UNSERIALIZE_PARAMETER, zend_long elements) in object_common2() argument
608 PHPAPI int php_var_unserialize(UNSERIALIZE_PARAMETER) in php_var_unserialize() argument
635 static int php_var_unserialize_internal(UNSERIALIZE_PARAMETER) in php_var_unserialize_internal() argument

Completed in 6 milliseconds