Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_object_handlers.c240 static zend_never_inline int is_protected_compatible_scope(const zend_class_entry *ce, const zend_c… in is_protected_compatible_scope() function
383 if (UNEXPECTED(!is_protected_compatible_scope(property_info->ce, scope))) { in zend_get_property_offset()
474 if (UNEXPECTED(!is_protected_compatible_scope(property_info->ce, scope))) { in zend_get_property_info()
1592 || UNEXPECTED(!is_protected_compatible_scope(property_info->ce, scope))) { in zend_std_get_static_property_with_info()

Completed in 22 milliseconds