Searched refs:proto_type (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_inheritance.c | 460 zend_class_entry *proto_scope, zend_type proto_type) { in zend_is_class_subtype_of_type() argument 465 if (ZEND_TYPE_FULL_MASK(proto_type) & MAY_BE_OBJECT) { in zend_is_class_subtype_of_type() 483 ZEND_TYPE_FOREACH(proto_type, single_type) { in zend_is_class_subtype_of_type() 572 zend_class_entry *proto_scope, zend_type proto_type) in zend_is_intersection_subtype_of_type() argument 604 ZEND_TYPE_FOREACH(proto_type, single_type) { in zend_is_intersection_subtype_of_type() 638 zend_class_entry *proto_scope, zend_type proto_type) in zend_perform_covariant_type_check() argument 644 if (ZEND_TYPE_PURE_MASK(proto_type) == MAY_BE_ANY && in zend_perform_covariant_type_check() 679 fe_scope, fe_type, proto_scope, proto_type); in zend_perform_covariant_type_check() 698 fe_scope, *single_type, proto_scope, proto_type); in zend_perform_covariant_type_check() 706 fe_scope, fe_class_name, proto_scope, proto_type); in zend_perform_covariant_type_check() [all …]
|
Completed in 13 milliseconds