Searched refs:opline_before_exception (Results 1 – 17 of 17) sorted by relevance
89 EG(opline_before_exception) = EX(opline); in zend_rethrow_exception()
189 old_opline_before_exception = EG(opline_before_exception); in zend_objects_destroy_object()197 EG(opline_before_exception) = old_opline_before_exception; in zend_objects_destroy_object()
230 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_exception_internal()250 EG(current_execute_data)->opline = EG(opline_before_exception); in zend_clear_exception()253 EG(opline_before_exception) = NULL; in zend_clear_exception()1022 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_unwind_exit()1030 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_graceful_exit()
23 EG(opline_before_exception) = NULL;
255 const zend_op *opline_before_exception; member
1944 if (EG(opline_before_exception)) { in zend_fetch_debug_backtrace()1945 lineno = EG(opline_before_exception)->lineno; in zend_fetch_debug_backtrace()1995 if (EG(opline_before_exception)) { in zend_fetch_debug_backtrace()1996 lineno = EG(opline_before_exception)->lineno; in zend_fetch_debug_backtrace()
313 const zend_op *old_opline_before_exception = EG(opline_before_exception); in zend_generator_dtor_storage()324 EG(opline_before_exception) = old_opline_before_exception; in zend_generator_dtor_storage()
694 ex->opline->lineno == 0 && EG(opline_before_exception)) { in zend_get_executed_lineno()695 return EG(opline_before_exception)->lineno; in zend_get_executed_lineno()
1478 EG(opline_before_exception)) { in zend_error_zstr_at()1479 opline = EG(opline_before_exception); in zend_error_zstr_at()
8118 const zend_op *throw_op = EG(opline_before_exception);10413 const zend_op *throw_op = EG(opline_before_exception); in ZEND_VM_HELPER()
4838 op_num = EG(opline_before_exception) - op_array->opcodes; in zend_unfinished_execution_gc_ex()
3255 const zend_op *throw_op = EG(opline_before_exception); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()3893 const zend_op *throw_op = EG(opline_before_exception); in zend_interrupt_helper_SPEC()58578 EG(opline_before_exception) = NULL;
618 …= EG(exception_op) && execute_data->opline < EG(exception_op) + 3 && EG(opline_before_exception)) { in phpdbg_check_caught_ex()619 op = EG(opline_before_exception); in phpdbg_check_caught_ex()
740 EG(opline_before_exception) = NULL; in phpdbg_handle_exception()1616 const zend_op *before_ex = EG(opline_before_exception); \1636 EG(opline_before_exception) = before_ex; \1659 EG(opline_before_exception) = NULL; in phpdbg_execute_ex()
22 const zend_op *opline = EG(opline_before_exception); in undef_result_after_exception()872 opline = EG(opline_before_exception); in zend_jit_fetch_dim_rw_helper()1092 if (EG(opline_before_exception) in zend_jit_fetch_dim_w_helper()1093 && (EG(opline_before_exception)+1)->opcode == ZEND_OP_DATA in zend_jit_fetch_dim_w_helper()1094 && ((EG(opline_before_exception)+1)->op1_type & (IS_VAR|IS_TMP_VAR))) { in zend_jit_fetch_dim_w_helper()1097 zval_ptr_dtor_nogc(EX_VAR((EG(opline_before_exception)+1)->op1.var)); in zend_jit_fetch_dim_w_helper()3330 const zend_op *throw_op = EG(opline_before_exception); in zend_jit_exception_in_interrupt_handler_helper()
180 const zend_op *opline = EG(opline_before_exception); in zend_jit_deprecated_helper()
1930 ref = jit_EG(opline_before_exception); in zend_jit_exception_handler_undef_stub()1953 ref = ir_LOAD_A(jit_EG(opline_before_exception)); in zend_jit_exception_handler_free_op1_op2_stub()1976 ref = ir_LOAD_A(jit_EG(opline_before_exception)); in zend_jit_exception_handler_free_op2_stub()2187 ir_STORE(jit_EG(opline_before_exception), ip); in zend_jit_icall_throw_stub()2214 ir_STORE(jit_EG(opline_before_exception), ip); in zend_jit_leave_throw_stub()3106 REGISTER_DATA(EG(opline_before_exception)); in zend_jit_setup_disasm()
Completed in 283 milliseconds