Home
last modified time | relevance | path

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

123

/PHP-8.2/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()
306 if (EG(current_execute_data) == gen->execute_data) { in phpdbg_open_generator_frame()
315 EG(current_execute_data) = gen->execute_data; in phpdbg_open_generator_frame()
321 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()
1618 …if (EG(current_execute_data) && EG(current_execute_data)->func && ZEND_USER_CODE(EG(current_execut…
1619 backup_opline = EG(current_execute_data)->opline; \
1631 EG(current_execute_data)->opline = backup_opline; \
1825 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.2/ext/opcache/jit/
H A Dzend_jit_helpers.c400 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_r_helper()
432 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_r_helper()
460 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_r_helper()
542 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_is_helper()
574 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_is_helper()
602 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_is_helper()
783 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_rw_helper()
810 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_rw_helper()
840 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_rw_helper()
915 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_w_helper()
[all …]
/PHP-8.2/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.c108 zend_execute_data *current_execute_data; member
125 state->current_execute_data = EG(current_execute_data); in zend_fiber_capture_vm_state()
142 EG(current_execute_data) = state->current_execute_data; in zend_fiber_restore_vm_state()
577 EG(current_execute_data) = fiber->execute_data; in zend_fiber_execute()
660 previous->execute_data = EG(current_execute_data); in zend_fiber_resume()
680 fiber->execute_data = EG(current_execute_data); in zend_fiber_suspend()
717 if (!exception && EG(current_execute_data) && EG(current_execute_data)->func in zend_fiber_object_destroy()
719 zend_rethrow_exception(EG(current_execute_data)); in zend_fiber_object_destroy()
724 if (!EG(current_execute_data)) { in zend_fiber_object_destroy()
888 fiber->stack_bottom->prev_execute_data = EG(current_execute_data); in ZEND_METHOD()
[all …]
H A Dzend_generators.c459 EG(current_execute_data) = generator->execute_data; in zend_generator_throw_exception()
465 zend_rethrow_exception(EG(current_execute_data)); in zend_generator_throw_exception()
475 EG(current_execute_data) = original_execute_data; in zend_generator_throw_exception()
567 EG(current_execute_data) = new_root->execute_data; in zend_generator_update_current()
580 EG(current_execute_data) = original_execute_data; in zend_generator_update_current()
728 EG(current_execute_data) = generator->execute_data; in zend_generator_resume()
747 EG(current_execute_data) = original_execute_data; in zend_generator_resume()
785 EG(current_execute_data) = original_execute_data; in zend_generator_resume()
795 if (!EG(current_execute_data)) { in zend_generator_resume()
797 } else if (EG(current_execute_data)->func && in zend_generator_resume()
[all …]
H A Dzend_execute_API.c167 EG(current_execute_data) = NULL; in init_executor()
510 func = EG(current_execute_data)->func; in get_active_class_name()
635 zend_execute_data *ex = EG(current_execute_data); in zend_get_executed_filename_ex()
655 zend_execute_data *ex = EG(current_execute_data); in zend_get_executed_lineno()
678 zend_execute_data *ex = EG(current_execute_data); in zend_get_executed_scope()
693 return EG(current_execute_data) != 0; in zend_is_executing()
977 EG(current_execute_data) = call; in zend_call_function()
1031 if (UNEXPECTED(!EG(current_execute_data))) { in zend_call_function()
1033 } else if (EG(current_execute_data)->func && in zend_call_function()
1035 zend_rethrow_exception(EG(current_execute_data)); in zend_call_function()
[all …]
H A Dzend_exceptions.c164 zend_execute_data *execute_data = EG(current_execute_data); in is_handle_exception_set()
198 if (!EG(current_execute_data)) { in zend_throw_exception_internal()
227 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_exception_internal()
228 EG(current_execute_data)->opline = EG(exception_op); in zend_throw_exception_internal()
246 if (EG(current_execute_data)) { in zend_clear_exception()
247 EG(current_execute_data)->opline = EG(opline_before_exception); in zend_clear_exception()
265 if (EG(current_execute_data)) { in zend_default_exception_new()
1018 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_unwind_exit()
1019 EG(current_execute_data)->opline = EG(exception_op); in zend_throw_unwind_exit()
1026 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_graceful_exit()
[all …]
H A Dzend_compile.h657 (EG(current_execute_data)->prev_execute_data && \
658 EG(current_execute_data)->prev_execute_data->func && \
659 ZEND_CALL_USES_STRICT_TYPES(EG(current_execute_data)->prev_execute_data))
662 (EG(current_execute_data) && \
663 EG(current_execute_data)->func && \
664 ZEND_CALL_USES_STRICT_TYPES(EG(current_execute_data)))
667 ZEND_CALL_USES_STRICT_TYPES(EG(current_execute_data))
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.c795 executor_globals->current_execute_data = NULL; in executor_globals_ctor()
1214 EG(current_execute_data) = NULL; in _zend_bailout()
1290 EG(current_execute_data) = NULL; in zend_deactivate()
1422 ex = EG(current_execute_data); in zend_error_zstr_at()
1531 if (!(EG(current_execute_data) && in zend_error_zstr_at()
1532 EG(current_execute_data)->func && in zend_error_zstr_at()
1533 ZEND_USER_CODE(EG(current_execute_data)->func->type) && in zend_error_zstr_at()
1534 EG(current_execute_data)->opline->opcode == ZEND_INCLUDE_OR_EVAL && in zend_error_zstr_at()
1535 EG(current_execute_data)->opline->extended_value == ZEND_EVAL)) { in zend_error_zstr_at()
1741 if (EG(current_execute_data) && !CG(in_compilation)) { in zend_throw_error()
/PHP-8.2/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.c370 …zend_string *function_name = get_function_or_method_name(EG(current_execute_data)->prev_execute_da… in ZEND_FUNCTION()
646 if (has_opline(EG(current_execute_data))) { in zend_test_custom_malloc()
647 assert(EG(current_execute_data)->opline->lineno != (uint32_t)-1); in zend_test_custom_malloc()
654 if (has_opline(EG(current_execute_data))) { in zend_test_custom_free()
655 assert(EG(current_execute_data)->opline->lineno != (uint32_t)-1); in zend_test_custom_free()
662 if (has_opline(EG(current_execute_data))) { in zend_test_custom_realloc()
663 assert(EG(current_execute_data)->opline->lineno != (uint32_t)-1); in zend_test_custom_realloc()
/PHP-8.2/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.2/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.2/
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.2/sapi/fuzzer/
H A Dfuzzer-execute-common.h59 execute_data = EG(current_execute_data); in fuzzer_execute_ex()
/PHP-8.2/main/
H A DSAPI.c950 if (SG(sapi_started) && EG(current_execute_data)) { in sapi_register_post_entry()
963 if (SG(sapi_started) && EG(current_execute_data)) { in sapi_unregister_post_entry()
973 if (SG(sapi_started) && EG(current_execute_data)) { in sapi_register_default_post_reader()
983 if (SG(sapi_started) && EG(current_execute_data)) { in sapi_register_treat_data()
992 if (SG(sapi_started) && EG(current_execute_data)) { in sapi_register_input_filter()
/PHP-8.2/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 135 milliseconds

123