Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_API.c2586 uint32_t extra_types = ZEND_TYPE_PURE_MASK(fptr->common.arg_info[-1].type) & ~return_type; in zend_check_magic_method_return_type() local
2587 if (extra_types & MAY_BE_STATIC) { in zend_check_magic_method_return_type()
2588 extra_types &= ~MAY_BE_STATIC; in zend_check_magic_method_return_type()
2592 if (extra_types || (is_complex_type && return_type != MAY_BE_OBJECT)) { in zend_check_magic_method_return_type()
/PHP-8.3/Zend/Optimizer/
H A Dzend_inference.c3903 uint32_t extra_types = t1 & ~tmp; in _zend_update_type_info() local
3904 if (!extra_types) { in _zend_update_type_info()

Completed in 38 milliseconds