Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_execute.c973 … zend_class_entry *scope, zend_type_list *intersection_type_list, const zend_class_entry *value_ce) in zend_check_intersection_for_property_or_class_constant_class_type() argument
980 if (!ce || !instanceof_function(value_ce, ce)) { in zend_check_intersection_for_property_or_class_constant_class_type()
988 const zend_class_entry *scope, zend_type member_type, const zend_class_entry *value_ce) { in zend_check_and_resolve_property_or_class_constant_class_type() argument
993 scope, ZEND_TYPE_LIST(member_type), value_ce); in zend_check_and_resolve_property_or_class_constant_class_type()
998 scope, ZEND_TYPE_LIST(*list_type), value_ce)) { in zend_check_and_resolve_property_or_class_constant_class_type()
1005 if (ce && instanceof_function(value_ce, ce)) { in zend_check_and_resolve_property_or_class_constant_class_type()
1011 return value_ce == scope; in zend_check_and_resolve_property_or_class_constant_class_type()
1016 } else if ((ZEND_TYPE_PURE_MASK(member_type) & MAY_BE_STATIC) && value_ce == scope) { in zend_check_and_resolve_property_or_class_constant_class_type()
1020 return ce && instanceof_function(value_ce, ce); in zend_check_and_resolve_property_or_class_constant_class_type()

Completed in 22 milliseconds