Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend.c499 memset(EG(exception_op), 0, sizeof(EG(exception_op))); in zend_init_exception_op()
501 EG(exception_op)[0].op1_type = IS_UNUSED; in zend_init_exception_op() local
502 EG(exception_op)[0].op2_type = IS_UNUSED; in zend_init_exception_op() local
503 EG(exception_op)[0].result_type = IS_UNUSED; in zend_init_exception_op() local
504 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op)); in zend_init_exception_op()
506 EG(exception_op)[1].op1_type = IS_UNUSED; in zend_init_exception_op() local
507 EG(exception_op)[1].op2_type = IS_UNUSED; in zend_init_exception_op() local
508 EG(exception_op)[1].result_type = IS_UNUSED; in zend_init_exception_op() local
511 EG(exception_op)[2].op1_type = IS_UNUSED; in zend_init_exception_op() local
512 EG(exception_op)[2].op2_type = IS_UNUSED; in zend_init_exception_op() local
[all …]
H A Dzend_exceptions.h77 EX(opline) = EG(exception_op); in zend_rethrow_exception()
H A Dzend_globals.h206 zend_op exception_op[3]; member
H A Dzend_exceptions.c177 EG(current_execute_data)->opline = EG(exception_op); in zend_throw_exception_internal()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_utils.c747 if (execute_data->opline >= EG(exception_op) && execute_data->opline < EG(exception_op) + 3) { in phpdbg_check_caught_ex()

Completed in 17 milliseconds