Searched refs:exception_op (Results 1 – 8 of 8) sorted by relevance
90 EX(opline) = EG(exception_op); in zend_rethrow_exception()
82 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op)); in zend_observer_post_startup()83 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op) + 1); in zend_observer_post_startup()84 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op) + 2); in zend_observer_post_startup()
674 memset(EG(exception_op), 0, sizeof(EG(exception_op))); in zend_init_exception_op()675 EG(exception_op)[0].opcode = ZEND_HANDLE_EXCEPTION; in zend_init_exception_op() local676 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op)); in zend_init_exception_op()677 EG(exception_op)[1].opcode = ZEND_HANDLE_EXCEPTION; in zend_init_exception_op() local678 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op)+1); in zend_init_exception_op()679 EG(exception_op)[2].opcode = ZEND_HANDLE_EXCEPTION; in zend_init_exception_op() local680 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op)+2); in zend_init_exception_op()
256 zend_op exception_op[3]; member
231 EG(current_execute_data)->opline = EG(exception_op); in zend_throw_exception_internal()1024 EG(current_execute_data)->opline = EG(exception_op); in zend_throw_unwind_exit()1032 EG(current_execute_data)->opline = EG(exception_op); in zend_throw_graceful_exit()
74 (EX(opline) >= EG(exception_op) && EX(opline) < EG(exception_op) + 3)); in assert_observer_opline()
618 …if (execute_data->opline >= EG(exception_op) && execute_data->opline < EG(exception_op) + 3 && EG(… in phpdbg_check_caught_ex()
1903 handler = zend_get_opcode_handler_func(EG(exception_op)); in zend_jit_exception_handler_stub()1908 handler = EG(exception_op)->handler; in zend_jit_exception_handler_stub()2191 jit_STORE_IP(jit, jit_EG(exception_op)); in zend_jit_icall_throw_stub()2218 jit_LOAD_IP(jit, jit_EG(exception_op)); in zend_jit_leave_throw_stub()3110 REGISTER_DATA(EG(exception_op)); in zend_jit_setup_disasm()
Completed in 58 milliseconds