Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_exceptions.h86 EG(opline_before_exception) = EX(opline); in zend_rethrow_exception()
H A Dzend_objects.c168 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 Dzend_exceptions.c226 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_exception_internal()
246 EG(current_execute_data)->opline = EG(opline_before_exception); in zend_clear_exception()
249 EG(opline_before_exception) = NULL; in zend_clear_exception()
1021 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_unwind_exit()
1029 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_graceful_exit()
H A Dzend_vm_execute.skl23 EG(opline_before_exception) = NULL;
H A Dzend_globals.h247 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()
819 ZEND_ASSERT((EG(opline_before_exception)-1)->opcode == ZEND_YIELD_FROM); in zend_generator_resume()
820 EG(opline_before_exception)--; in zend_generator_resume()
H A Dzend_builtin_functions.c1797 if (EG(opline_before_exception)) { in zend_fetch_debug_backtrace()
1798 lineno = EG(opline_before_exception)->lineno; in zend_fetch_debug_backtrace()
H A Dzend_execute_API.c652 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 Dzend.c1425 EG(opline_before_exception)) { in zend_error_zstr_at()
1426 opline = EG(opline_before_exception); in zend_error_zstr_at()
H A Dzend_vm_def.h8023 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 Dzend_execute.c4610 op_num = EG(opline_before_exception) - op_array->opcodes; in zend_unfinished_execution_gc_ex()
H A Dzend_vm_execute.h3209 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 Dphpdbg_utils.c617 …= 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 Dphpdbg_prompt.c742 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 Dzend_jit_helpers.c22 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()
3134 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.3/
H A DUPGRADING.INTERNALS21 * EG(opline_before_exception) may now be null if the VM throws an exception

Completed in 269 milliseconds