Home
last modified time | relevance | path

Searched refs:current_execute_data (Results 1 – 25 of 64) sorted by relevance

123

/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_frame.c116 EG(current_execute_data) = PHPDBG_FRAME(execute_data); in phpdbg_restore_frame()
121 …ute_data *execute_data = PHPDBG_FRAME(num) ? PHPDBG_FRAME(execute_data) : EG(current_execute_data); in phpdbg_switch_frame()
155 PHPDBG_FRAME(execute_data) = EG(current_execute_data); in phpdbg_switch_frame()
156 EG(current_execute_data) = execute_data; in phpdbg_switch_frame()
160 zend_string *s = phpdbg_compile_stackframe(EG(current_execute_data)); in phpdbg_switch_frame()
315 if (EG(current_execute_data) == gen->execute_data) { in phpdbg_open_generator_frame()
324 EG(current_execute_data) = gen->execute_data; in phpdbg_open_generator_frame()
330 s = phpdbg_compile_stackframe(EG(current_execute_data)); in phpdbg_open_generator_frame()
H A Dphpdbg_info.c182 if (!EG(current_execute_data) || !EG(current_execute_data)->func) { in phpdbg_print_symbols()
211 zend_op_array *ops = &EG(current_execute_data)->func->op_array; in phpdbg_print_symbols()
307 …bool in_executor = PHPDBG_G(in_execution) && EG(current_execute_data) && EG(current_execute_data)-… in PHPDBG_INFO()
309 zend_op_array *ops = in_executor ? &EG(current_execute_data)->func->op_array : PHPDBG_G(ops); in PHPDBG_INFO()
H A Dphpdbg_print.c43 if (PHPDBG_G(in_execution) && EG(current_execute_data)) { in PHPDBG_PRINT()
44 phpdbg_print_opline(phpdbg_user_execute_data(EG(current_execute_data)), 1); in PHPDBG_PRINT()
101 if (PHPDBG_G(in_execution) && EG(current_execute_data)) { in PHPDBG_PRINT()
102 zend_op_array *ops = &phpdbg_user_execute_data(EG(current_execute_data))->func->op_array; in PHPDBG_PRINT()
H A Dphpdbg_prompt.c600 zend_execute_data *ex = phpdbg_user_execute_data(EG(current_execute_data)); in phpdbg_skip_line_helper()
645 zend_execute_data *ex = phpdbg_user_execute_data(EG(current_execute_data)); in phpdbg_seek_to_end()
672 …_exists(&PHPDBG_G(seek), (zend_ulong) phpdbg_user_execute_data(EG(current_execute_data))->opline))… in PHPDBG_COMMAND()
750 zend_execute_data *ex = EG(current_execute_data); in PHPDBG_COMMAND()
945 zend_execute_data *original_execute_data = EG(current_execute_data); in PHPDBG_COMMAND()
986 EG(current_execute_data) = original_execute_data; in PHPDBG_COMMAND()
1622 …if (EG(current_execute_data) && EG(current_execute_data)->func && ZEND_USER_CODE(EG(current_execut…
1623 backup_opline = EG(current_execute_data)->opline; \
1635 EG(current_execute_data)->opline = backup_opline; \
1829 execute_data = EG(current_execute_data); in phpdbg_execute_ex()
[all …]
H A Dphpdbg_bp.c578 if (EG(current_execute_data) == NULL) { in phpdbg_resolve_opline_break()
588 zend_execute_data *execute_data = EG(current_execute_data); in phpdbg_resolve_opline_break()
948 …if (EG(current_execute_data) && (brake = zend_hash_index_find_ptr(breaks, EG(current_execute_data)… in phpdbg_find_breakpoint_file()
1102 const zend_op *orig_opline = EG(current_execute_data)->opline; in phpdbg_find_conditional_breakpoint()
1103 zend_function *orig_func = EG(current_execute_data)->func; in phpdbg_find_conditional_breakpoint()
1104 zval *orig_retval = EG(current_execute_data)->return_value; in phpdbg_find_conditional_breakpoint()
1129 EG(current_execute_data)->opline = orig_opline; in phpdbg_find_conditional_breakpoint()
1130 EG(current_execute_data)->func = orig_func; in phpdbg_find_conditional_breakpoint()
1131 EG(current_execute_data)->return_value = orig_retval; in phpdbg_find_conditional_breakpoint()
H A Dphpdbg_cmd.h107 #define PHPDBG_EX(v) (EG(current_execute_data)->v)
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_helpers.c392 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_r_helper()
424 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_r_helper()
452 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_r_helper()
534 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_is_helper()
566 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_is_helper()
594 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_is_helper()
775 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_rw_helper()
802 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_rw_helper()
832 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_rw_helper()
907 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_w_helper()
[all …]
H A Dzend_jit_vm_helpers.c109 execute_data = EG(current_execute_data); in zend_jit_leave_top_func_helper()
183 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_deprecated_helper()
293 zend_execute_data *execute_data = EG(current_execute_data); in _zend_quick_get_constant()
366 execute_data = EG(current_execute_data); in zend_jit_trace_counter_helper()
915 } else if (execute_data == EG(current_execute_data)) {
919 execute_data = EG(current_execute_data);
/PHP-8.3/Zend/
H A Dzend_objects.c109 if (EG(current_execute_data)) { in zend_objects_destroy_object()
130 if (EG(current_execute_data)) { in zend_objects_destroy_object()
162 if (EG(current_execute_data) in zend_objects_destroy_object()
163 && EG(current_execute_data)->func in zend_objects_destroy_object()
164 && ZEND_USER_CODE(EG(current_execute_data)->func->common.type)) { in zend_objects_destroy_object()
165 zend_rethrow_exception(EG(current_execute_data)); in zend_objects_destroy_object()
H A Dzend_vm_execute.skl52 object_or_called_scope = zend_get_this_object(EG(current_execute_data));
54 object_or_called_scope = zend_get_called_scope(EG(current_execute_data));
61 if (EG(current_execute_data)) {
66 EX(prev_execute_data) = EG(current_execute_data);
H A Dzend_fibers.c111 zend_execute_data *current_execute_data; member
128 state->current_execute_data = EG(current_execute_data); in zend_fiber_capture_vm_state()
145 EG(current_execute_data) = state->current_execute_data; in zend_fiber_restore_vm_state()
586 EG(current_execute_data) = fiber->execute_data; in zend_fiber_execute()
669 previous->execute_data = EG(current_execute_data); in zend_fiber_resume()
689 fiber->execute_data = EG(current_execute_data); in zend_fiber_suspend()
726 if (!exception && EG(current_execute_data) && EG(current_execute_data)->func in zend_fiber_object_destroy()
728 zend_rethrow_exception(EG(current_execute_data)); in zend_fiber_object_destroy()
733 if (!EG(current_execute_data)) { in zend_fiber_object_destroy()
915 fiber->stack_bottom->prev_execute_data = EG(current_execute_data); in ZEND_METHOD()
[all …]
H A Dzend_generators.c514 EG(current_execute_data) = generator->execute_data; in zend_generator_throw_exception()
523 zend_rethrow_exception(EG(current_execute_data)); in zend_generator_throw_exception()
534 EG(current_execute_data) = original_execute_data; in zend_generator_throw_exception()
626 EG(current_execute_data) = new_root->execute_data; in zend_generator_update_current()
639 EG(current_execute_data) = original_execute_data; in zend_generator_update_current()
788 EG(current_execute_data) = generator->execute_data; in zend_generator_resume()
807 EG(current_execute_data) = original_execute_data; in zend_generator_resume()
854 EG(current_execute_data) = original_execute_data; in zend_generator_resume()
864 if (!EG(current_execute_data)) { in zend_generator_resume()
866 } else if (EG(current_execute_data)->func && in zend_generator_resume()
[all …]
H A Dzend_execute_API.c166 EG(current_execute_data) = NULL; in init_executor()
509 func = EG(current_execute_data)->func; in get_active_class_name()
539 func = EG(current_execute_data)->func; in get_active_function_name()
587 func = EG(current_execute_data)->func; in get_active_function_arg_name()
621 zend_execute_data *ex = EG(current_execute_data); in zend_get_executed_filename_ex()
641 zend_execute_data *ex = EG(current_execute_data); in zend_get_executed_lineno()
679 return EG(current_execute_data) != 0; in zend_is_executing()
963 EG(current_execute_data) = call; in zend_call_function()
1017 if (UNEXPECTED(!EG(current_execute_data))) { in zend_call_function()
1019 } else if (EG(current_execute_data)->func && in zend_call_function()
[all …]
H A Dzend_exceptions.c163 zend_execute_data *execute_data = EG(current_execute_data); in is_handle_exception_set()
197 if (!EG(current_execute_data)) { in zend_throw_exception_internal()
226 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_exception_internal()
227 EG(current_execute_data)->opline = EG(exception_op); in zend_throw_exception_internal()
245 if (EG(current_execute_data)) { in zend_clear_exception()
246 EG(current_execute_data)->opline = EG(opline_before_exception); in zend_clear_exception()
264 if (EG(current_execute_data)) { in zend_default_exception_new()
1021 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_unwind_exit()
1022 EG(current_execute_data)->opline = EG(exception_op); in zend_throw_unwind_exit()
1029 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_graceful_exit()
[all …]
H A Dzend_dtrace.c32 zend_execute_data *ex = EG(current_execute_data); in dtrace_get_executed_filename()
H A Dzend_observer.c289 …ute_data *execute_data = current_observed_frame, *original_execute_data = EG(current_execute_data); in zend_observer_fcall_end_all()
292 EG(current_execute_data) = execute_data; in zend_observer_fcall_end_all()
296 EG(current_execute_data) = original_execute_data; in zend_observer_fcall_end_all()
H A Dzend.c797 executor_globals->current_execute_data = NULL; in executor_globals_ctor()
1211 EG(current_execute_data) = NULL; in _zend_bailout()
1287 EG(current_execute_data) = NULL; in zend_deactivate()
1419 ex = EG(current_execute_data); in zend_error_zstr_at()
1528 if (!(EG(current_execute_data) && in zend_error_zstr_at()
1529 EG(current_execute_data)->func && in zend_error_zstr_at()
1530 ZEND_USER_CODE(EG(current_execute_data)->func->type) && in zend_error_zstr_at()
1531 EG(current_execute_data)->opline->opcode == ZEND_INCLUDE_OR_EVAL && in zend_error_zstr_at()
1532 EG(current_execute_data)->opline->extended_value == ZEND_EVAL)) { in zend_error_zstr_at()
1734 if (EG(current_execute_data) && !CG(in_compilation)) { in zend_throw_error()
/PHP-8.3/ext/zend_test/
H A Dfiber.c95 EG(current_execute_data) = execute_data; in zend_test_fiber_execute()
179 if (!exception && EG(current_execute_data) && EG(current_execute_data)->func in zend_test_fiber_object_destroy()
180 && ZEND_USER_CODE(EG(current_execute_data)->func->common.type)) { in zend_test_fiber_object_destroy()
181 zend_rethrow_exception(EG(current_execute_data)); in zend_test_fiber_object_destroy()
186 if (!EG(current_execute_data)) { in zend_test_fiber_object_destroy()
H A Dtest.c371 …zend_string *function_name = get_function_or_method_name(EG(current_execute_data)->prev_execute_da… in ZEND_FUNCTION()
647 if (has_opline(EG(current_execute_data))) { in zend_test_custom_malloc()
648 assert(EG(current_execute_data)->opline->lineno != (uint32_t)-1); in zend_test_custom_malloc()
655 if (has_opline(EG(current_execute_data))) { in zend_test_custom_free()
656 assert(EG(current_execute_data)->opline->lineno != (uint32_t)-1); in zend_test_custom_free()
663 if (has_opline(EG(current_execute_data))) { in zend_test_custom_realloc()
664 assert(EG(current_execute_data)->opline->lineno != (uint32_t)-1); in zend_test_custom_realloc()
/PHP-8.3/ext/opcache/
H A DZendAccelerator.c1018 !EG(current_execute_data) && in zend_get_file_handle_timestamp()
1913 if (!EG(current_execute_data) || !EG(current_execute_data)->opline || in file_cache_compile_file()
2008 ((!EG(current_execute_data) && in persistent_compile_file()
2011 (EG(current_execute_data) && in persistent_compile_file()
2195 if (!EG(current_execute_data) || in persistent_compile_file()
2479 if ((!EG(current_execute_data) && in persistent_stream_open_function()
2482 (EG(current_execute_data) && in persistent_stream_open_function()
2504 if ((!EG(current_execute_data)) || in persistent_zend_resolve_path()
2505 (EG(current_execute_data) && in persistent_zend_resolve_path()
2524 ZCG(cache_opline) = EG(current_execute_data) ? EG(current_execute_data)->opline : NULL; in persistent_zend_resolve_path()
[all …]
/PHP-8.3/Zend/Optimizer/
H A Dpass1.c127 zend_execute_data *orig_execute_data = EG(current_execute_data); in zend_optimizer_pass1()
133 EG(current_execute_data) = &fake_execute_data; in zend_optimizer_pass1()
139 EG(current_execute_data) = orig_execute_data; in zend_optimizer_pass1()
/PHP-8.3/
H A D.gdbinit34 set $cv_ex_ptr = $eg.current_execute_data
56 current_execute_data for scope.
149 dumps the current execution stack. usage: dump_bt executor_globals.current_execute_data
572 set $tvar = (union _temp_variable *)((char *)$eg.current_execute_data->Ts + $znode->u.var)
577 set $tvar = (union _temp_variable *)((char *)$eg.current_execute_data->Ts + $znode->u.var)
622 dump_bt $eg.current_execute_data
629 > (gdb) dump_bt $eg.current_execute_data
/PHP-8.3/sapi/fuzzer/
H A Dfuzzer-execute-common.h59 execute_data = EG(current_execute_data); in fuzzer_execute_ex()
/PHP-8.3/main/
H A DSAPI.c948 if (SG(sapi_started) && EG(current_execute_data)) { in sapi_register_post_entry()
961 if (SG(sapi_started) && EG(current_execute_data)) { in sapi_unregister_post_entry()
971 if (SG(sapi_started) && EG(current_execute_data)) { in sapi_register_default_post_reader()
981 if (SG(sapi_started) && EG(current_execute_data)) { in sapi_register_treat_data()
990 if (SG(sapi_started) && EG(current_execute_data)) { in sapi_register_input_filter()
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_php_trace.c65 if (0 > fpm_trace_get_long((long) &EG(current_execute_data), &l)) { in fpm_php_trace_dump()

Completed in 100 milliseconds

123