Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_inheritance.c441 uint32_t proto_type_mask = ZEND_TYPE_PURE_MASK(proto_type); in zend_perform_covariant_type_check() local
442 uint32_t added_types = fe_type_mask & ~proto_type_mask; in zend_perform_covariant_type_check()
447 && (proto_type_mask & MAY_BE_ARRAY) in zend_perform_covariant_type_check()
452 if ((added_types & MAY_BE_ARRAY) && (proto_type_mask & MAY_BE_ITERABLE)) { in zend_perform_covariant_type_check()

Completed in 11 milliseconds