Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_inheritance.c667 uint32_t added_types = fe_type_mask & ~proto_type_mask; in zend_perform_covariant_type_check() local
668 if (added_types) { in zend_perform_covariant_type_check()
669 if ((added_types & MAY_BE_STATIC) in zend_perform_covariant_type_check()
672 added_types &= ~MAY_BE_STATIC; in zend_perform_covariant_type_check()
675 if (added_types == MAY_BE_NEVER) { in zend_perform_covariant_type_check()
680 if (added_types) { in zend_perform_covariant_type_check()

Completed in 21 milliseconds