array_offset 1453 Zend/zend_execute.c static inline zend_brk_cont_element* zend_brk_cont(int nest_levels, int array_offset, const zend_op_array *op_array, const zend_execute_data *execute_data TSRMLS_DC) array_offset 1459 Zend/zend_execute.c if (array_offset==-1) { array_offset 1462 Zend/zend_execute.c jmp_to = &op_array->brk_cont_array[array_offset]; array_offset 1479 Zend/zend_execute.c array_offset = jmp_to->parent; array_offset 682 Zend/zend_opcode.c int nest_levels, array_offset; array_offset 686 Zend/zend_opcode.c if ((array_offset = opline->op1.opline_num) != -1) { array_offset 688 Zend/zend_opcode.c jmp_to = &op_array->brk_cont_array[array_offset]; array_offset 690 Zend/zend_opcode.c array_offset = jmp_to->parent; array_offset 159 ext/opcache/Optimizer/pass2.c int array_offset; array_offset 169 ext/opcache/Optimizer/pass2.c array_offset = ZEND_OP1(opline).opline_num; array_offset 171 ext/opcache/Optimizer/pass2.c if (array_offset == -1) { array_offset 175 ext/opcache/Optimizer/pass2.c jmp_to = &op_array->brk_cont_array[array_offset]; array_offset 176 ext/opcache/Optimizer/pass2.c array_offset = jmp_to->parent;