Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_object_handlers.c273 static zend_never_inline int is_protected_compatible_scope(const zend_class_entry *ce, const zend_c… in is_protected_compatible_scope() function
413 if (UNEXPECTED(!is_protected_compatible_scope(property_info->ce, scope))) { in zend_get_property_offset()
508 if (UNEXPECTED(!is_protected_compatible_scope(property_info->ce, scope))) { in zend_get_property_info()
579 && is_protected_compatible_scope(prop_info->ce, scope)); in zend_asymmetric_property_has_set_access()
1949 || UNEXPECTED(!is_protected_compatible_scope(property_info->ce, scope))) { in zend_std_get_static_property_with_info()

Completed in 10 milliseconds