Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_inheritance.c457 zend_class_entry *proto_scope, zend_type proto_type) { in zend_is_class_subtype_of_type() argument
462 if (ZEND_TYPE_FULL_MASK(proto_type) & MAY_BE_OBJECT) { in zend_is_class_subtype_of_type()
480 ZEND_TYPE_FOREACH(proto_type, single_type) { in zend_is_class_subtype_of_type()
569 zend_class_entry *proto_scope, zend_type proto_type) in zend_is_intersection_subtype_of_type() argument
601 ZEND_TYPE_FOREACH(proto_type, single_type) { in zend_is_intersection_subtype_of_type()
635 zend_class_entry *proto_scope, zend_type proto_type) in zend_perform_covariant_type_check() argument
641 if (ZEND_TYPE_PURE_MASK(proto_type) == MAY_BE_ANY && in zend_perform_covariant_type_check()
676 fe_scope, fe_type, proto_scope, proto_type); in zend_perform_covariant_type_check()
695 fe_scope, *single_type, proto_scope, proto_type); in zend_perform_covariant_type_check()
703 fe_scope, fe_class_name, proto_scope, proto_type); in zend_perform_covariant_type_check()
[all …]

Completed in 16 milliseconds