Searched refs:object_custom (Results 1 – 2 of 2) sorted by relevance
513 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);
509 static inline int object_custom(UNSERIALIZE_PARAMETER, zend_class_entry *ce) in object_custom() function1269 ret = object_custom(UNSERIALIZE_PASSTHRU, ce); in php_var_unserialize_internal()
Completed in 12 milliseconds