Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dvar_unserializer.re434 static inline int object_custom(UNSERIALIZE_PARAMETER, zend_class_entry *ce)
475 …/* If this class implements Serializable, it should not land here but in object_custom(). The pass…
921 ret = object_custom(UNSERIALIZE_PASSTHRU, ce);
H A Dvar_unserializer.c430 static inline int object_custom(UNSERIALIZE_PARAMETER, zend_class_entry *ce) in object_custom() function
1242 ret = object_custom(UNSERIALIZE_PASSTHRU, ce); in php_var_unserialize_internal()

Completed in 7 milliseconds