Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dvar_unserializer.c334 #define UNSERIALIZE_PARAMETER zval *rval, const unsigned char **p, const unsigned char *max, php_un… macro
339 static zend_always_inline int process_nested_data(UNSERIALIZE_PARAMETER, HashTable *ht, zend_long e… in process_nested_data() argument
420 static inline int finish_nested_data(UNSERIALIZE_PARAMETER) in finish_nested_data() argument
430 static inline int object_custom(UNSERIALIZE_PARAMETER, zend_class_entry *ce) in object_custom() argument
455 static inline zend_long object_common1(UNSERIALIZE_PARAMETER, zend_class_entry *ce) in object_common1() argument
483 static inline int object_common2(UNSERIALIZE_PARAMETER, zend_long elements) in object_common2() argument
529 PHPAPI int php_var_unserialize_ex(UNSERIALIZE_PARAMETER) in php_var_unserialize_ex() argument
556 static int php_var_unserialize_internal(UNSERIALIZE_PARAMETER) in php_var_unserialize_internal() argument

Completed in 7 milliseconds