Lines Matching refs:current_execute_data

50 	param_ptr = ZEND_CALL_ARG(EG(current_execute_data), 1);  in _zend_get_parameters_array_ex()
51 arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); in _zend_get_parameters_array_ex()
72 param_ptr = ZEND_CALL_ARG(EG(current_execute_data), 1); in zend_copy_parameters_array()
73 arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); in zend_copy_parameters_array()
173 int num_args = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); in zend_wrong_parameters_none_error()
174 zend_function *active_function = EG(current_execute_data)->func; in zend_wrong_parameters_none_error()
193 int num_args = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); in zend_wrong_parameters_none_exception()
194 zend_function *active_function = EG(current_execute_data)->func; in zend_wrong_parameters_none_exception()
213 int num_args = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); in zend_wrong_parameters_count_error()
214 zend_function *active_function = EG(current_execute_data)->func; in zend_wrong_parameters_count_error()
232 int num_args = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); in zend_wrong_parameters_count_exception()
233 zend_function *active_function = EG(current_execute_data)->func; in zend_wrong_parameters_count_exception()
904 zend_function *active_function = EG(current_execute_data)->func; in zend_parse_parameters_debug_error()
984 zend_function *active_function = EG(current_execute_data)->func; in zend_parse_va_args()
999 arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); in zend_parse_va_args()
1022 *varargs = ZEND_CALL_ARG(EG(current_execute_data), i + 1); in zend_parse_va_args()
1033 arg = ZEND_CALL_ARG(EG(current_execute_data), i + 1); in zend_parse_va_args()
1103 zend_bool is_method = EG(current_execute_data)->func->common.scope != NULL; in zend_parse_method_parameters()
2616 EG(current_execute_data) = NULL; /* we're no longer executing anything */ in zend_deactivate_modules()
2924 fcc->called_scope = zend_get_called_scope(EG(current_execute_data)); in zend_is_callable_check_class()
2930 fcc->object = zend_get_this_object(EG(current_execute_data)); in zend_is_callable_check_class()
2940 fcc->called_scope = zend_get_called_scope(EG(current_execute_data)); in zend_is_callable_check_class()
2946 fcc->object = zend_get_this_object(EG(current_execute_data)); in zend_is_callable_check_class()
2952 zend_class_entry *called_scope = zend_get_called_scope(EG(current_execute_data)); in zend_is_callable_check_class()
2960 fcc->object = zend_get_this_object(EG(current_execute_data)); in zend_is_callable_check_class()
2967 zend_execute_data *ex = EG(current_execute_data); in zend_is_callable_check_class()
2975 zend_object *object = zend_get_this_object(EG(current_execute_data)); in zend_is_callable_check_class()
3180 zend_object *object = zend_get_this_object(EG(current_execute_data)); in zend_is_callable_check_func()
3737 if (!EG(current_execute_data)) { in zend_declare_typed_property()