Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dvar_unserializer.re421 static inline int object_custom(UNSERIALIZE_PARAMETER, zend_class_entry *ce)
462 …/* If this class implements Serializable, it should not land here but in object_custom(). The pass…
878 ret = object_custom(UNSERIALIZE_PASSTHRU, ce);
H A Dvar_unserializer.c417 static inline int object_custom(UNSERIALIZE_PARAMETER, zend_class_entry *ce) in object_custom() function
803 ret = object_custom(UNSERIALIZE_PASSTHRU, ce); in php_var_unserialize()

Completed in 9 milliseconds