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.c415 zend_class_entry *fe_scope, zend_type fe_type, in zend_is_intersection_subtype_of_class() argument
418 ZEND_ASSERT(ZEND_TYPE_IS_INTERSECTION(fe_type)); in zend_is_intersection_subtype_of_class()
424 ZEND_TYPE_FOREACH(fe_type, single_type) { in zend_is_intersection_subtype_of_class()
571 zend_class_entry *fe_scope, zend_type fe_type, in zend_is_intersection_subtype_of_type() argument
583 ZEND_TYPE_FOREACH(fe_type, single_type) { in zend_is_intersection_subtype_of_type()
637 zend_class_entry *fe_scope, zend_type fe_type, in zend_perform_covariant_type_check() argument
645 !ZEND_TYPE_CONTAINS_CODE(fe_type, IS_VOID)) { in zend_perform_covariant_type_check()
675 if (ZEND_TYPE_IS_INTERSECTION(fe_type)) { in zend_perform_covariant_type_check()
679 fe_scope, fe_type, proto_scope, proto_type); in zend_perform_covariant_type_check()
693 ZEND_TYPE_FOREACH(fe_type, single_type) { in zend_perform_covariant_type_check()
[all …]

Completed in 13 milliseconds