Searched refs:is_intersection (Results 1 – 3 of 3) sorted by relevance
497 bool is_intersection = ZEND_TYPE_IS_INTERSECTION(proto_type); in zend_is_class_subtype_of_type() local505 if (is_intersection) { in zend_is_class_subtype_of_type()513 if (!is_intersection) { in zend_is_class_subtype_of_type()527 if (!is_intersection) { in zend_is_class_subtype_of_type()537 ZEND_ASSERT(!is_intersection); in zend_is_class_subtype_of_type()548 if (!is_intersection) { in zend_is_class_subtype_of_type()552 if (is_intersection) { in zend_is_class_subtype_of_type()561 return is_intersection ? INHERITANCE_SUCCESS : INHERITANCE_ERROR; in zend_is_class_subtype_of_type()
1365 static zend_string *add_type_string(zend_string *type, zend_string *new_type, bool is_intersection)… in add_type_string() argument1371 if (is_intersection) { in add_type_string()
275 bool is_intersection = ZEND_TYPE_IS_INTERSECTION(type); in can_elide_list_type() local278 ZEND_ASSERT(!is_intersection); in can_elide_list_type()286 if (result == !is_intersection) { in can_elide_list_type()291 return is_intersection; in can_elide_list_type()
Completed in 44 milliseconds