Searched refs:extra_types (Results 1 – 2 of 2) sorted by relevance
2586 uint32_t extra_types = ZEND_TYPE_PURE_MASK(fptr->common.arg_info[-1].type) & ~return_type; in zend_check_magic_method_return_type() local2587 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()
3906 uint32_t extra_types = t1 & ~tmp; in _zend_update_type_info() local3907 if (!extra_types) { in _zend_update_type_info()
Completed in 35 milliseconds