Home
last modified time | relevance | path

Searched refs:opline_before_exception (Results 1 – 17 of 17) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_exceptions.h86 EG(opline_before_exception) = EX(opline); in zend_rethrow_exception()
H A Dzend_objects.c165 old_opline_before_exception = EG(opline_before_exception); in zend_objects_destroy_object()
173 EG(opline_before_exception) = old_opline_before_exception; in zend_objects_destroy_object()
H A Dzend_exceptions.c216 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_exception_internal()
236 EG(current_execute_data)->opline = EG(opline_before_exception); in zend_clear_exception()
239 EG(opline_before_exception) = NULL; in zend_clear_exception()
1020 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_unwind_exit()
1028 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_graceful_exit()
H A Dzend_globals.h227 const zend_op *opline_before_exception; member
H A Dzend_generators.c334 const zend_op *old_opline_before_exception = EG(opline_before_exception); in zend_generator_dtor_storage()
344 EG(opline_before_exception) = old_opline_before_exception; in zend_generator_dtor_storage()
823 ZEND_ASSERT((EG(opline_before_exception)-1)->opcode == ZEND_YIELD_FROM); in zend_generator_resume()
824 EG(opline_before_exception)--; in zend_generator_resume()
H A Dzend_builtin_functions.c1748 if (EG(opline_before_exception)) { in zend_fetch_debug_backtrace()
1749 lineno = EG(opline_before_exception)->lineno; in zend_fetch_debug_backtrace()
H A Dzend_execute_API.c651 ex->opline->lineno == 0 && EG(opline_before_exception)) { in zend_get_executed_lineno()
652 return EG(opline_before_exception)->lineno; in zend_get_executed_lineno()
H A Dzend.c1408 EG(opline_before_exception)) { in zend_error_zstr_at()
1409 opline = EG(opline_before_exception); in zend_error_zstr_at()
H A Dzend_vm_def.h7925 const zend_op *throw_op = EG(opline_before_exception);
9972 const zend_op *throw_op = EG(opline_before_exception); in ZEND_VM_HELPER()
H A Dzend_execute.c4483 op_num = EG(opline_before_exception) - op_array->opcodes; in zend_unfinished_execution_gc_ex()
H A Dzend_vm_execute.h3168 const zend_op *throw_op = EG(opline_before_exception); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3652 const zend_op *throw_op = EG(opline_before_exception); in zend_interrupt_helper_SPEC()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_helpers.c22 const zend_op *opline = EG(opline_before_exception); in undef_result_after_exception()
786 opline = EG(opline_before_exception); in zend_jit_fetch_dim_rw_helper()
1006 if ((EG(opline_before_exception)+1)->opcode == ZEND_OP_DATA in zend_jit_fetch_dim_w_helper()
1007 && ((EG(opline_before_exception)+1)->op1_type & (IS_VAR|IS_TMP_VAR))) { in zend_jit_fetch_dim_w_helper()
1010 zval_ptr_dtor_nogc(EX_VAR((EG(opline_before_exception)+1)->op1.var)); in zend_jit_fetch_dim_w_helper()
3107 const zend_op *throw_op = EG(opline_before_exception); in zend_jit_exception_in_interrupt_handler_helper()
H A Dzend_jit_vm_helpers.c185 const zend_op *opline = EG(opline_before_exception); in zend_jit_deprecated_helper()
H A Dzend_jit_arm64.dasc1854 | 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
H A Dzend_jit_x86.dasc1795 | 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
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_prompt.c743 EG(opline_before_exception) = NULL; in phpdbg_handle_exception()
1622 const zend_op *before_ex = EG(opline_before_exception); \
1642 EG(opline_before_exception) = before_ex; \
H A Dphpdbg_utils.c618 op = EG(opline_before_exception); in phpdbg_check_caught_ex()

Completed in 234 milliseconds