Searched refs:opline_before_exception (Results 1 – 19 of 19) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_exceptions.h | 86 EG(opline_before_exception) = EX(opline); in zend_rethrow_exception()
|
H A D | zend_objects.c | 168 old_opline_before_exception = EG(opline_before_exception); in zend_objects_destroy_object() 176 EG(opline_before_exception) = old_opline_before_exception; in zend_objects_destroy_object()
|
H A D | zend_exceptions.c | 229 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_exception_internal() 249 EG(current_execute_data)->opline = EG(opline_before_exception); in zend_clear_exception() 252 EG(opline_before_exception) = NULL; in zend_clear_exception() 1027 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_unwind_exit() 1035 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_graceful_exit()
|
H A D | zend_vm_execute.skl | 23 EG(opline_before_exception) = NULL;
|
H A D | zend_globals.h | 247 const zend_op *opline_before_exception; member
|
H A D | zend_generators.c | 321 const zend_op *old_opline_before_exception = EG(opline_before_exception); in zend_generator_dtor_storage() 331 EG(opline_before_exception) = old_opline_before_exception; in zend_generator_dtor_storage() 806 ZEND_ASSERT((EG(opline_before_exception)-1)->opcode == ZEND_YIELD_FROM); in zend_generator_resume() 807 EG(opline_before_exception)--; in zend_generator_resume()
|
H A D | zend_builtin_functions.c | 1797 if (EG(opline_before_exception)) { in zend_fetch_debug_backtrace() 1798 lineno = EG(opline_before_exception)->lineno; in zend_fetch_debug_backtrace()
|
H A D | zend.c | 1427 EG(opline_before_exception)) { in zend_error_zstr_at() 1428 opline = EG(opline_before_exception); in zend_error_zstr_at()
|
H A D | zend_execute_API.c | 652 ex->opline->lineno == 0 && EG(opline_before_exception)) { in zend_get_executed_lineno() 653 return EG(opline_before_exception)->lineno; in zend_get_executed_lineno()
|
H A D | zend_vm_def.h | 8023 const zend_op *throw_op = EG(opline_before_exception); 10127 const zend_op *throw_op = EG(opline_before_exception); in ZEND_VM_HELPER()
|
H A D | zend_execute.c | 4610 op_num = EG(opline_before_exception) - op_array->opcodes; in zend_unfinished_execution_gc_ex()
|
H A D | zend_vm_execute.h | 3209 const zend_op *throw_op = EG(opline_before_exception); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER() 3699 const zend_op *throw_op = EG(opline_before_exception); in zend_interrupt_helper_SPEC() 56990 EG(opline_before_exception) = NULL;
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_utils.c | 617 …= EG(exception_op) && execute_data->opline < EG(exception_op) + 3 && EG(opline_before_exception)) { in phpdbg_check_caught_ex() 618 op = EG(opline_before_exception); in phpdbg_check_caught_ex()
|
H A D | phpdbg_prompt.c | 742 EG(opline_before_exception) = NULL; in phpdbg_handle_exception() 1620 const zend_op *before_ex = EG(opline_before_exception); \ 1640 EG(opline_before_exception) = before_ex; \
|
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit_helpers.c | 22 const zend_op *opline = EG(opline_before_exception); in undef_result_after_exception() 778 opline = EG(opline_before_exception); in zend_jit_fetch_dim_rw_helper() 998 if (EG(opline_before_exception) in zend_jit_fetch_dim_w_helper() 999 && (EG(opline_before_exception)+1)->opcode == ZEND_OP_DATA in zend_jit_fetch_dim_w_helper() 1000 && ((EG(opline_before_exception)+1)->op1_type & (IS_VAR|IS_TMP_VAR))) { in zend_jit_fetch_dim_w_helper() 1003 zval_ptr_dtor_nogc(EX_VAR((EG(opline_before_exception)+1)->op1.var)); in zend_jit_fetch_dim_w_helper() 3140 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 | 185 const zend_op *opline = EG(opline_before_exception); in zend_jit_deprecated_helper()
|
H A D | zend_jit_x86.dasc | 1795 | MEM_LOAD_ZTS r0, aword, executor_globals, opline_before_exception, r0 1830 | MEM_LOAD_ZTS RX, aword, executor_globals, opline_before_exception, r0 1882 | // EG(opline_before_exception) = opline; 1883 | MEM_STORE_ZTS aword, executor_globals, opline_before_exception, IP, r0 1894 | // EG(opline_before_exception) = opline; 1895 | MEM_STORE_ZTS aword, executor_globals, opline_before_exception, FCARG1a, r0 1917 | // EG(opline_before_exception) = opline; 1918 | MEM_STORE_ZTS aword, executor_globals, opline_before_exception, IP, r0
|
H A D | zend_jit_arm64.dasc | 1854 | MEM_LOAD_64_ZTS ldr, REG0, executor_globals, opline_before_exception, REG0 1896 | MEM_LOAD_64_ZTS ldr, RX, executor_globals, opline_before_exception, REG0 1948 | // EG(opline_before_exception) = opline; 1949 | MEM_STORE_64_ZTS str, IP, executor_globals, opline_before_exception, TMP2 1961 | // EG(opline_before_exception) = opline; 1962 | MEM_STORE_64_ZTS str, TMP1, executor_globals, opline_before_exception, TMP2 1984 | // EG(opline_before_exception) = opline; 1985 | MEM_STORE_64_ZTS str, IP, executor_globals, opline_before_exception, TMP2
|
/PHP-8.3/ |
H A D | UPGRADING.INTERNALS | 21 * EG(opline_before_exception) may now be null if the VM throws an exception
|
Completed in 241 milliseconds