Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dvar_unserializer.re384 static inline int object_custom(UNSERIALIZE_PARAMETER, zend_class_entry *ce)
424 …/* If this class implements Serializable, it should not land here but in object_custom(). The pass…
820 ret = object_custom(UNSERIALIZE_PASSTHRU, ce);
H A Dvar_unserializer.c380 static inline int object_custom(UNSERIALIZE_PARAMETER, zend_class_entry *ce) in object_custom() function
761 ret = object_custom(UNSERIALIZE_PASSTHRU, ce); in php_var_unserialize()

Completed in 10 milliseconds