Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_execute.c938 … 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
945 if (!ce || !instanceof_function(value_ce, ce)) { in zend_check_intersection_for_property_or_class_constant_class_type()
953 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
958 scope, ZEND_TYPE_LIST(member_type), value_ce); in zend_check_and_resolve_property_or_class_constant_class_type()
963 scope, ZEND_TYPE_LIST(*list_type), value_ce)) { in zend_check_and_resolve_property_or_class_constant_class_type()
970 if (ce && instanceof_function(value_ce, ce)) { in zend_check_and_resolve_property_or_class_constant_class_type()
976 return value_ce == scope; in zend_check_and_resolve_property_or_class_constant_class_type()
981 } 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()
985 return ce && instanceof_function(value_ce, ce); in zend_check_and_resolve_property_or_class_constant_class_type()

Completed in 19 milliseconds