Searched refs:opline_before_exception (Results 1 – 13 of 13) sorted by relevance
/PHP-8.0/Zend/ |
H A D | zend_exceptions.h | 80 EG(opline_before_exception) = EX(opline); in zend_rethrow_exception()
|
H A D | zend_globals.h | 216 const zend_op *opline_before_exception; member
|
H A D | zend_exceptions.c | 201 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_exception_internal() 221 EG(current_execute_data)->opline = EG(opline_before_exception); in zend_clear_exception() 224 EG(opline_before_exception) = NULL; in zend_clear_exception() 1020 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_unwind_exit()
|
H A D | zend_execute_API.c | 582 ex->opline->lineno == 0 && EG(opline_before_exception)) { in zend_get_executed_lineno() 583 return EG(opline_before_exception)->lineno; in zend_get_executed_lineno() 890 const zend_op *current_opline_before_exception = EG(opline_before_exception); in zend_call_function() 897 EG(opline_before_exception) = current_opline_before_exception; in zend_call_function()
|
H A D | zend_builtin_functions.c | 1736 if (EG(opline_before_exception)) { in ZEND_FUNCTION() 1737 lineno = EG(opline_before_exception)->lineno; in ZEND_FUNCTION() 1934 if (EG(opline_before_exception)) { in zend_fetch_debug_backtrace() 1935 lineno = EG(opline_before_exception)->lineno; in zend_fetch_debug_backtrace()
|
H A D | zend.c | 1327 EG(opline_before_exception)) { in zend_error_impl() 1328 opline = EG(opline_before_exception); in zend_error_impl()
|
H A D | zend_vm_def.h | 7783 const zend_op *throw_op = EG(opline_before_exception); 9738 const zend_op *throw_op = EG(opline_before_exception); in ZEND_VM_HELPER()
|
H A D | zend_vm_execute.h | 2935 const zend_op *throw_op = EG(opline_before_exception); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER() 3403 const zend_op *throw_op = EG(opline_before_exception); in zend_interrupt_helper_SPEC()
|
/PHP-8.0/ext/opcache/jit/ |
H A D | zend_jit_helpers.c | 22 const zend_op *opline = EG(opline_before_exception); in undef_result_after_exception() 758 opline = EG(opline_before_exception); in zend_jit_fetch_dim_rw_helper() 889 if ((EG(opline_before_exception)+1)->opcode == ZEND_OP_DATA in zend_jit_fetch_dim_w_helper() 890 && ((EG(opline_before_exception)+1)->op1_type & (IS_VAR|IS_TMP_VAR))) { in zend_jit_fetch_dim_w_helper() 893 zval_ptr_dtor_nogc(EX_VAR((EG(opline_before_exception)+1)->op1.var)); in zend_jit_fetch_dim_w_helper() 2960 const zend_op *throw_op = EG(opline_before_exception); in zend_jit_exception_in_interrupt_handler_helper()
|
H A D | zend_jit_vm_helpers.c | 175 const zend_op *opline = EG(opline_before_exception); in zend_jit_deprecated_helper()
|
H A D | zend_jit_x86.dasc | 1827 | MEM_OP2_2_ZTS mov, r0, aword, executor_globals, opline_before_exception, r0 1862 | MEM_OP2_2_ZTS mov, RX, aword, executor_globals, opline_before_exception, r0 1913 | // EG(opline_before_exception) = opline; 1914 | MEM_OP2_1_ZTS mov, aword, executor_globals, opline_before_exception, IP, r0 1924 | // EG(opline_before_exception) = opline; 1925 | MEM_OP2_1_ZTS mov, aword, executor_globals, opline_before_exception, FCARG1a, r0 1947 | // EG(opline_before_exception) = opline; 1948 | MEM_OP2_1_ZTS mov, aword, executor_globals, opline_before_exception, IP, r0
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 745 EG(opline_before_exception) = NULL; in phpdbg_handle_exception() 1653 const zend_op *before_ex = EG(opline_before_exception); \ 1673 EG(opline_before_exception) = before_ex; \
|
H A D | phpdbg_utils.c | 741 op = EG(opline_before_exception); in phpdbg_check_caught_ex()
|
Completed in 329 milliseconds