Lines Matching refs:active_function
175 zend_function *active_function = EG(current_execute_data)->func; in zend_wrong_parameters_none_error() local
176 …const char *class_name = active_function->common.scope ? ZSTR_VAL(active_function->common.scope->n… in zend_wrong_parameters_none_error()
183 ZSTR_VAL(active_function->common.function_name), in zend_wrong_parameters_none_error()
195 zend_function *active_function = EG(current_execute_data)->func; in zend_wrong_parameters_none_exception() local
196 …const char *class_name = active_function->common.scope ? ZSTR_VAL(active_function->common.scope->n… in zend_wrong_parameters_none_exception()
203 ZSTR_VAL(active_function->common.function_name), in zend_wrong_parameters_none_exception()
215 zend_function *active_function = EG(current_execute_data)->func; in zend_wrong_parameters_count_error() local
216 …const char *class_name = active_function->common.scope ? ZSTR_VAL(active_function->common.scope->n… in zend_wrong_parameters_count_error()
223 ZSTR_VAL(active_function->common.function_name), in zend_wrong_parameters_count_error()
234 zend_function *active_function = EG(current_execute_data)->func; in zend_wrong_parameters_count_exception() local
235 …const char *class_name = active_function->common.scope ? ZSTR_VAL(active_function->common.scope->n… in zend_wrong_parameters_count_exception()
242 ZSTR_VAL(active_function->common.function_name), in zend_wrong_parameters_count_exception()
861 zend_function *active_function = EG(current_execute_data)->func; in zend_parse_parameters_debug_error() local
862 const char *class_name = active_function->common.scope in zend_parse_parameters_debug_error()
863 ? ZSTR_VAL(active_function->common.scope->name) : ""; in zend_parse_parameters_debug_error()
866 ZSTR_VAL(active_function->common.function_name), msg); in zend_parse_parameters_debug_error()
941 zend_function *active_function = EG(current_execute_data)->func; in zend_parse_va_args() local
942 …const char *class_name = active_function->common.scope ? ZSTR_VAL(active_function->common.scope->n… in zend_parse_va_args()
947 ZSTR_VAL(active_function->common.function_name), in zend_parse_va_args()