Searched refs:is_complex_type (Results 1 – 1 of 1) sorted by relevance
2585 bool is_complex_type = ZEND_TYPE_IS_COMPLEX(fptr->common.arg_info[-1].type); in zend_check_magic_method_return_type() local2589 is_complex_type = true; 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()
Completed in 25 milliseconds