Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_object_handlers.c212 static zend_always_inline zend_bool is_derived_class(zend_class_entry *child_class, zend_class_entr… in is_derived_class() function
229 (is_derived_class(ce, scope) || is_derived_class(scope, ce)); in is_protected_compatible_scope()
238 if (scope != ce && scope && is_derived_class(ce, scope)) { in zend_get_parent_private_property()
1073 if (scope != ce && scope && is_derived_class(ce, scope)) { in zend_get_parent_private_method()

Completed in 9 milliseconds