Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_exceptions.h89 EG(opline_before_exception) = EX(opline); in zend_rethrow_exception()
H A Dzend_objects.c189 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()
H A Dzend_exceptions.c230 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()
H A Dzend_vm_execute.skl23 EG(opline_before_exception) = NULL;
H A Dzend_globals.h255 const zend_op *opline_before_exception; member
H A Dzend_builtin_functions.c1944 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()
H A Dzend_generators.c313 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()
H A Dzend_execute_API.c694 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()
H A Dzend.c1478 EG(opline_before_exception)) { in zend_error_zstr_at()
1479 opline = EG(opline_before_exception); in zend_error_zstr_at()
H A Dzend_vm_def.h8118 const zend_op *throw_op = EG(opline_before_exception);
10413 const zend_op *throw_op = EG(opline_before_exception); in ZEND_VM_HELPER()
H A Dzend_execute.c4838 op_num = EG(opline_before_exception) - op_array->opcodes; in zend_unfinished_execution_gc_ex()
H A Dzend_vm_execute.h3255 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;
/php-src/sapi/phpdbg/
H A Dphpdbg_utils.c618 …= 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()
H A Dphpdbg_prompt.c740 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()
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c22 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()
H A Dzend_jit_vm_helpers.c180 const zend_op *opline = EG(opline_before_exception); in zend_jit_deprecated_helper()
H A Dzend_jit_ir.c1930 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 316 milliseconds