Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_inheritance.c430 zend_class_entry *fe_scope, zend_type fe_type, in zend_is_intersection_subtype_of_class() argument
433 ZEND_ASSERT(ZEND_TYPE_IS_INTERSECTION(fe_type)); in zend_is_intersection_subtype_of_class()
439 ZEND_TYPE_FOREACH(fe_type, single_type) { in zend_is_intersection_subtype_of_class()
586 zend_class_entry *fe_scope, zend_type fe_type, in zend_is_intersection_subtype_of_type() argument
598 ZEND_TYPE_FOREACH(fe_type, single_type) { in zend_is_intersection_subtype_of_type()
652 zend_class_entry *fe_scope, zend_type fe_type, in zend_perform_covariant_type_check() argument
660 !ZEND_TYPE_CONTAINS_CODE(fe_type, IS_VOID)) { in zend_perform_covariant_type_check()
690 if (ZEND_TYPE_IS_INTERSECTION(fe_type)) { in zend_perform_covariant_type_check()
694 fe_scope, fe_type, proto_scope, proto_type); in zend_perform_covariant_type_check()
708 ZEND_TYPE_FOREACH(fe_type, single_type) { in zend_perform_covariant_type_check()
[all …]

Completed in 14 milliseconds