Searched refs:exception_op (Results 1 – 8 of 8) sorted by relevance
72 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()
81 EX(opline) = EG(exception_op); in zend_rethrow_exception()
217 zend_op exception_op[3]; member
558 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() local560 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() local562 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() local564 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op)+2); in zend_init_exception_op()
202 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()
740 if (execute_data->opline >= EG(exception_op) && execute_data->opline < EG(exception_op) + 3) { in phpdbg_check_caught_ex()
383 REGISTER_EG(exception_op); in zend_jit_disasm_init()
1796 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_op1927 | // opline = EG(exception_op);1928 | LOAD_IP_ADDR_ZTS executor_globals, exception_op1950 | // opline = EG(exception_op);1951 | LOAD_IP_ADDR_ZTS executor_globals, exception_op
Completed in 47 milliseconds