Home
last modified time | relevance | path

Searched refs:object_custom (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/ext/standard/
H A Dvar_unserializer.re513 static inline int object_custom(UNSERIALIZE_PARAMETER, zend_class_entry *ce)
560 …/* If this class implements Serializable, it should not land here but in object_custom(). The pass…
1012 ret = object_custom(UNSERIALIZE_PASSTHRU, ce);
H A Dvar_unserializer.c509 static inline int object_custom(UNSERIALIZE_PARAMETER, zend_class_entry *ce) in object_custom() function
1269 ret = object_custom(UNSERIALIZE_PASSTHRU, ce); in php_var_unserialize_internal()

Completed in 9 milliseconds