Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_exceptions.h76 EX(opline) = EG(exception_op); in zend_rethrow_exception()
H A Dzend.c553 memset(EG(exception_op), 0, sizeof(EG(exception_op))); in zend_init_exception_op()
554 EG(exception_op)[0].opcode = ZEND_HANDLE_EXCEPTION; in zend_init_exception_op() local
555 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op)); in zend_init_exception_op()
556 EG(exception_op)[1].opcode = ZEND_HANDLE_EXCEPTION; in zend_init_exception_op() local
557 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op)+1); in zend_init_exception_op()
558 EG(exception_op)[2].opcode = ZEND_HANDLE_EXCEPTION; in zend_init_exception_op() local
559 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op)+2); in zend_init_exception_op()
H A Dzend_globals.h215 zend_op exception_op[3]; member
H A Dzend_exceptions.c182 EG(current_execute_data)->opline = EG(exception_op); in zend_throw_exception_internal()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_utils.c743 if (execute_data->opline >= EG(exception_op) && execute_data->opline < EG(exception_op) + 3) { in phpdbg_check_caught_ex()

Completed in 18 milliseconds