Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_exceptions.h87 EX(opline) = EG(exception_op); in zend_rethrow_exception()
H A Dzend_observer.c84 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op)); in zend_observer_post_startup()
85 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op) + 1); in zend_observer_post_startup()
86 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op) + 2); in zend_observer_post_startup()
H A Dzend.c604 memset(EG(exception_op), 0, sizeof(EG(exception_op))); in zend_init_exception_op()
605 EG(exception_op)[0].opcode = ZEND_HANDLE_EXCEPTION; in zend_init_exception_op() local
606 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op)); in zend_init_exception_op()
607 EG(exception_op)[1].opcode = ZEND_HANDLE_EXCEPTION; in zend_init_exception_op() local
608 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op)+1); in zend_init_exception_op()
609 EG(exception_op)[2].opcode = ZEND_HANDLE_EXCEPTION; in zend_init_exception_op() local
610 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op)+2); in zend_init_exception_op()
H A Dzend_globals.h228 zend_op exception_op[3]; member
H A Dzend_exceptions.c217 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()
1029 EG(current_execute_data)->opline = EG(exception_op); in zend_throw_graceful_exit()
H A Dzend_generators.c822 ZEND_ASSERT(generator->execute_data->opline == EG(exception_op)); in zend_generator_resume()
/PHP-8.2/ext/zend_test/
H A Dobserver.c73 (EX(opline) >= EG(exception_op) && EX(opline) < EG(exception_op) + 3)); in assert_observer_opline()
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_utils.c617 if (execute_data->opline >= EG(exception_op) && execute_data->opline < EG(exception_op) + 3) { in phpdbg_check_caught_ex()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_disasm.c582 REGISTER_EG(exception_op);
H A Dzend_jit_arm64.dasc1825 const void *handler = zend_get_opcode_handler_func(EG(exception_op));
1831 const void *handler = EG(exception_op)->handler;
1951 | // opline = EG(exception_op);
1952 | LOAD_IP_ADDR_ZTS executor_globals, exception_op, TMP2
1964 | // opline = EG(exception_op);
1965 | LOAD_IP_ADDR_ZTS executor_globals, exception_op, TMP2
1987 | // opline = EG(exception_op);
1988 | LOAD_IP_ADDR_ZTS executor_globals, exception_op, TMP2
H A Dzend_jit_x86.dasc1764 const void *handler = zend_get_opcode_handler_func(EG(exception_op));
1770 const void *handler = EG(exception_op)->handler;
1885 | // opline = EG(exception_op);
1886 | LOAD_IP_ADDR_ZTS executor_globals, exception_op
1897 | // opline = EG(exception_op);
1898 | LOAD_IP_ADDR_ZTS executor_globals, exception_op
1920 | // opline = EG(exception_op);
1921 | LOAD_IP_ADDR_ZTS executor_globals, exception_op

Completed in 97 milliseconds