Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_inheritance.c482 bool is_intersection = ZEND_TYPE_IS_INTERSECTION(proto_type); in zend_is_class_subtype_of_type() local
490 if (is_intersection) { in zend_is_class_subtype_of_type()
498 if (!is_intersection) { in zend_is_class_subtype_of_type()
512 if (!is_intersection) { in zend_is_class_subtype_of_type()
522 ZEND_ASSERT(!is_intersection); in zend_is_class_subtype_of_type()
533 if (!is_intersection) { in zend_is_class_subtype_of_type()
537 if (is_intersection) { in zend_is_class_subtype_of_type()
546 return is_intersection ? INHERITANCE_SUCCESS : INHERITANCE_ERROR; in zend_is_class_subtype_of_type()
H A Dzend_compile.c1312 static zend_string *add_type_string(zend_string *type, zend_string *new_type, bool is_intersection)… in add_type_string() argument
1318 if (is_intersection) { in add_type_string()
/php-src/Zend/Optimizer/
H A Ddfa_pass.c275 bool is_intersection = ZEND_TYPE_IS_INTERSECTION(type); in can_elide_list_type() local
278 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 49 milliseconds