Home
last modified time | relevance | path

Searched refs:UNSERIALIZE_PARAMETER (Results 1 – 2 of 2) 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
390 static int php_var_unserialize_internal(UNSERIALIZE_PARAMETER, int as_key);
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
H A Dvar_unserializer.re391 #define UNSERIALIZE_PARAMETER zval *rval, const unsigned char **p, const unsigned char *max, php_un…
394 static int php_var_unserialize_internal(UNSERIALIZE_PARAMETER, int as_key);
396 static zend_always_inline int process_nested_data(UNSERIALIZE_PARAMETER, HashTable *ht, zend_long e…
525 static inline int finish_nested_data(UNSERIALIZE_PARAMETER)
535 static inline int object_custom(UNSERIALIZE_PARAMETER, zend_class_entry *ce)
566 static inline zend_long object_common1(UNSERIALIZE_PARAMETER, zend_class_entry *ce)
594 static inline int object_common2(UNSERIALIZE_PARAMETER, zend_long elements)
634 PHPAPI int php_var_unserialize(UNSERIALIZE_PARAMETER)
661 static int php_var_unserialize_internal(UNSERIALIZE_PARAMETER, int as_key)

Completed in 10 milliseconds