catch_op_num 641 Zend/zend_opcode.c zend_uint catch_op_num = 0, finally_op_num = 0; catch_op_num 651 Zend/zend_opcode.c catch_op_num = op_array->try_catch_array[i].catch_op; catch_op_num 655 Zend/zend_opcode.c if (finally_op_num && (!catch_op_num || catch_op_num >= finally_op_num)) { catch_op_num 659 Zend/zend_opcode.c } else if (catch_op_num) { catch_op_num 662 Zend/zend_opcode.c op_array->opcodes[op_num].op2.opline_num = catch_op_num; catch_op_num 5216 Zend/zend_vm_def.h zend_uint catch_op_num = 0, finally_op_num = 0, finally_op_end = 0; catch_op_num 5236 Zend/zend_vm_def.h catch_op_num = EX(op_array)->try_catch_array[i].catch_op; catch_op_num 5277 Zend/zend_vm_def.h if (!catch_op_num || catch_op_num 5278 Zend/zend_vm_def.h catch_op_num >= EX(op_array)->brk_cont_array[i].brk) { catch_op_num 5309 Zend/zend_vm_def.h if (finally_op_num && (!catch_op_num || catch_op_num >= finally_op_num)) { catch_op_num 5318 Zend/zend_vm_def.h } else if (catch_op_num) { catch_op_num 5319 Zend/zend_vm_def.h if (finally_op_end && catch_op_num > finally_op_end) { catch_op_num 5326 Zend/zend_vm_def.h ZEND_VM_SET_OPCODE(&EX(op_array)->opcodes[catch_op_num]); catch_op_num 1172 Zend/zend_vm_execute.h zend_uint catch_op_num = 0, finally_op_num = 0, finally_op_end = 0; catch_op_num 1192 Zend/zend_vm_execute.h catch_op_num = EX(op_array)->try_catch_array[i].catch_op; catch_op_num 1233 Zend/zend_vm_execute.h if (!catch_op_num || catch_op_num 1234 Zend/zend_vm_execute.h catch_op_num >= EX(op_array)->brk_cont_array[i].brk) { catch_op_num 1265 Zend/zend_vm_execute.h if (finally_op_num && (!catch_op_num || catch_op_num >= finally_op_num)) { catch_op_num 1274 Zend/zend_vm_execute.h } else if (catch_op_num) { catch_op_num 1275 Zend/zend_vm_execute.h if (finally_op_end && catch_op_num > finally_op_end) { catch_op_num 1282 Zend/zend_vm_execute.h ZEND_VM_SET_OPCODE(&EX(op_array)->opcodes[catch_op_num]);