Home
last modified time | relevance | path

Searched refs:catch_op_num (Results 1 – 6 of 6) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_opcode.c538 uint32_t catch_op_num = 0, finally_op_num = 0; in zend_resolve_finally_ret() local
548 catch_op_num = op_array->try_catch_array[i].catch_op; in zend_resolve_finally_ret()
552 if (finally_op_num && (!catch_op_num || catch_op_num >= finally_op_num)) { in zend_resolve_finally_ret()
556 } else if (catch_op_num) { in zend_resolve_finally_ret()
559 op_array->opcodes[op_num].op2.opline_num = catch_op_num; in zend_resolve_finally_ret()
H A Dzend_execute.h325 …anup_unfinished_execution(zend_execute_data *execute_data, uint32_t op_num, uint32_t catch_op_num);
H A Dzend_generators.c35 zend_generator *generator, uint32_t catch_op_num) /* {{{ */ in zend_generator_cleanup_unfinished_execution() argument
51 zend_cleanup_unfinished_execution(execute_data, op_num, catch_op_num); in zend_generator_cleanup_unfinished_execution()
H A Dzend_execute.c2571 …leanup_live_vars(zend_execute_data *execute_data, uint32_t op_num, uint32_t catch_op_num) /* {{{ */ in cleanup_live_vars() argument
2583 if (!catch_op_num || catch_op_num >= brk_cont->brk) { in cleanup_live_vars()
2622 …nup_unfinished_execution(zend_execute_data *execute_data, uint32_t op_num, uint32_t catch_op_num) { in zend_cleanup_unfinished_execution() argument
2624 cleanup_live_vars(execute_data, op_num, catch_op_num); in zend_cleanup_unfinished_execution()
H A Dzend_vm_def.h7160 uint32_t catch_op_num = 0, finally_op_num = 0, finally_op_end = 0; variable
7184 catch_op_num = EX(func)->op_array.try_catch_array[i].catch_op;
7199 if (finally_op_num && (!catch_op_num || catch_op_num >= finally_op_num)) {
7212 cleanup_live_vars(execute_data, op_num, catch_op_num);
7222 if (catch_op_num) {
7223 ZEND_VM_SET_OPCODE(&EX(func)->op_array.opcodes[catch_op_num]);
H A Dzend_vm_execute.h1459 uint32_t catch_op_num = 0, finally_op_num = 0, finally_op_end = 0; local
1483 catch_op_num = EX(func)->op_array.try_catch_array[i].catch_op;
1498 if (finally_op_num && (!catch_op_num || catch_op_num >= finally_op_num)) {
1511 cleanup_live_vars(execute_data, op_num, catch_op_num);
1521 if (catch_op_num) {
1522 ZEND_VM_SET_OPCODE(&EX(func)->op_array.opcodes[catch_op_num]);

Completed in 128 milliseconds