Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_object_handlers.c226 static zend_always_inline bool is_derived_class(const zend_class_entry *child_class, const zend_cla… in is_derived_class() argument
228 child_class = child_class->parent; in is_derived_class()
229 while (child_class) { in is_derived_class()
230 if (child_class == parent_class) { in is_derived_class()
233 child_class = child_class->parent; in is_derived_class()

Completed in 12 milliseconds