Home
last modified time | relevance | path

Searched refs:exception_op (Results 1 – 8 of 8) sorted by relevance

/PHP-8.4/Zend/
H A Dzend_exceptions.h90 EX(opline) = EG(exception_op); in zend_rethrow_exception()
H A Dzend_observer.c82 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()
H A Dzend.c674 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() local
676 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() local
678 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() local
680 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op)+2); in zend_init_exception_op()
H A Dzend_globals.h256 zend_op exception_op[3]; member
H A Dzend_exceptions.c231 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()
/PHP-8.4/ext/zend_test/
H A Dobserver.c74 (EX(opline) >= EG(exception_op) && EX(opline) < EG(exception_op) + 3)); in assert_observer_opline()
/PHP-8.4/sapi/phpdbg/
H A Dphpdbg_utils.c618 …if (execute_data->opline >= EG(exception_op) && execute_data->opline < EG(exception_op) + 3 && EG(… in phpdbg_check_caught_ex()
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_ir.c1903 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