Home
last modified time | relevance | path

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

/PHP-7.0/ext/opcache/Optimizer/
H A Dnop_removal.c121 op_array->try_catch_array[j].catch_op -= shiftlist[op_array->try_catch_array[j].catch_op]; in zend_optimizer_nop_removal()
H A Dblock_pass.c191 cfg->catch[i] = &blocks[op_array->try_catch_array[i].catch_op]; in find_code_blocks()
193 START_BLOCK_OP(op_array->try_catch_array[i].catch_op); in find_code_blocks()
1233 op_array->try_catch_array[j].catch_op = cfg->catch[i]->start_opline - new_opcodes; in assemble_code_blocks()
/PHP-7.0/Zend/
H A Dzend_opcode.c547 if (op_num < op_array->try_catch_array[i].catch_op) { in zend_resolve_finally_ret()
548 catch_op_num = op_array->try_catch_array[i].catch_op; in zend_resolve_finally_ret()
H A Dzend_compile.h183 uint32_t catch_op; /* ketchup! */ member
H A Dzend_compile.c922 elem->catch_op = 0; in zend_add_try_element()
4226 CG(active_op_array)->try_catch_array[try_catch_offset].catch_op = opnum_catch; in zend_compile_try()
H A Dzend_vm_def.h7183 if (op_num < EX(func)->op_array.try_catch_array[i].catch_op) {
7184 catch_op_num = EX(func)->op_array.try_catch_array[i].catch_op;
H A Dzend_vm_execute.h1482 if (op_num < EX(func)->op_array.try_catch_array[i].catch_op) {
1483 catch_op_num = EX(func)->op_array.try_catch_array[i].catch_op;
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_utils.c756 …uint32_t catch = op_array->try_catch_array[i].catch_op, finally = op_array->try_catch_array[i].fin… in phpdbg_check_caught_ex()

Completed in 194 milliseconds