Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_inheritance.c475 zend_class_entry *proto_scope, zend_type proto_type) { in zend_is_class_subtype_of_type() argument
480 if (ZEND_TYPE_FULL_MASK(proto_type) & MAY_BE_OBJECT) { in zend_is_class_subtype_of_type()
498 ZEND_TYPE_FOREACH(proto_type, single_type) { in zend_is_class_subtype_of_type()
587 zend_class_entry *proto_scope, zend_type proto_type) in zend_is_intersection_subtype_of_type() argument
619 ZEND_TYPE_FOREACH(proto_type, single_type) { in zend_is_intersection_subtype_of_type()
653 zend_class_entry *proto_scope, zend_type proto_type) in zend_perform_covariant_type_check() argument
659 if (ZEND_TYPE_PURE_MASK(proto_type) == MAY_BE_ANY && in zend_perform_covariant_type_check()
694 fe_scope, fe_type, proto_scope, proto_type); in zend_perform_covariant_type_check()
713 fe_scope, *single_type, proto_scope, proto_type); in zend_perform_covariant_type_check()
721 fe_scope, fe_class_name, proto_scope, proto_type); in zend_perform_covariant_type_check()
[all …]

Completed in 23 milliseconds