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.c497 bool is_intersection = ZEND_TYPE_IS_INTERSECTION(proto_type); in zend_is_class_subtype_of_type() local
505 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()
H A Dzend_compile.c1365 static zend_string *add_type_string(zend_string *type, zend_string *new_type, bool is_intersection)… in add_type_string() argument
1371 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 44 milliseconds