Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_observer.c72 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op)); in zend_observer_post_startup()
73 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op) + 1); in zend_observer_post_startup()
74 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op) + 2); in zend_observer_post_startup()
H A Dzend_exceptions.h81 EX(opline) = EG(exception_op); in zend_rethrow_exception()
H A Dzend_globals.h217 zend_op exception_op[3]; member
H A Dzend.c558 memset(EG(exception_op), 0, sizeof(EG(exception_op))); in zend_init_exception_op()
559 EG(exception_op)[0].opcode = ZEND_HANDLE_EXCEPTION; in zend_init_exception_op() local
560 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op)); in zend_init_exception_op()
561 EG(exception_op)[1].opcode = ZEND_HANDLE_EXCEPTION; in zend_init_exception_op() local
562 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op)+1); in zend_init_exception_op()
563 EG(exception_op)[2].opcode = ZEND_HANDLE_EXCEPTION; in zend_init_exception_op() local
564 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op)+2); in zend_init_exception_op()
H A Dzend_exceptions.c202 EG(current_execute_data)->opline = EG(exception_op); in zend_throw_exception_internal()
1021 EG(current_execute_data)->opline = EG(exception_op); in zend_throw_unwind_exit()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_utils.c740 if (execute_data->opline >= EG(exception_op) && execute_data->opline < EG(exception_op) + 3) { in phpdbg_check_caught_ex()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_disasm_x86.c383 REGISTER_EG(exception_op); in zend_jit_disasm_init()
H A Dzend_jit_x86.dasc1796 const void *handler = zend_get_opcode_handler_func(EG(exception_op));
1802 const void *handler = EG(exception_op)->handler;
1916 | // opline = EG(exception_op);
1917 | LOAD_IP_ADDR_ZTS executor_globals, exception_op
1927 | // opline = EG(exception_op);
1928 | LOAD_IP_ADDR_ZTS executor_globals, exception_op
1950 | // opline = EG(exception_op);
1951 | LOAD_IP_ADDR_ZTS executor_globals, exception_op

Completed in 64 milliseconds