Home
last modified time | relevance | path

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

/php-src/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() function
243 (is_derived_class(ce, scope) || is_derived_class(scope, ce)); in is_protected_compatible_scope()
252 if (scope != ce && scope && is_derived_class(ce, scope)) { in zend_get_parent_private_property()
794 if (scope && is_derived_class(ce, scope)) { in verify_readonly_initialization_access()
1275 if (scope != ce && scope && is_derived_class(ce, scope)) { in zend_get_parent_private_method()

Completed in 8 milliseconds