Searched refs:is_complex_type (Results 1 – 1 of 1) sorted by relevance
2706 bool is_complex_type = ZEND_TYPE_IS_COMPLEX(fptr->common.arg_info[-1].type); in zend_check_magic_method_return_type() local2710 is_complex_type = true; in zend_check_magic_method_return_type()2713 if (extra_types || (is_complex_type && return_type != MAY_BE_OBJECT)) { in zend_check_magic_method_return_type()
Completed in 22 milliseconds