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.c652 uint32_t added_types = fe_type_mask & ~proto_type_mask; in zend_perform_covariant_type_check() local
653 if (added_types) { in zend_perform_covariant_type_check()
654 if ((added_types & MAY_BE_STATIC) in zend_perform_covariant_type_check()
657 added_types &= ~MAY_BE_STATIC; in zend_perform_covariant_type_check()
660 if (added_types == MAY_BE_NEVER) { in zend_perform_covariant_type_check()
665 if (added_types) { in zend_perform_covariant_type_check()

Completed in 13 milliseconds