Searched refs:array_offset (Results 1 – 3 of 3) sorted by relevance
159 int array_offset; variable169 array_offset = ZEND_OP1(opline).opline_num;171 if (array_offset == -1) {175 jmp_to = &op_array->brk_cont_array[array_offset];176 array_offset = jmp_to->parent;
682 int nest_levels, array_offset; in zend_resolve_finally_calls() local686 if ((array_offset = opline->op1.opline_num) != -1) { in zend_resolve_finally_calls()688 jmp_to = &op_array->brk_cont_array[array_offset]; in zend_resolve_finally_calls()690 array_offset = jmp_to->parent; in zend_resolve_finally_calls()
1451 static inline zend_brk_cont_element* zend_brk_cont(int nest_levels, int array_offset, const zend_op… in zend_brk_cont() argument1457 if (array_offset==-1) { in zend_brk_cont()1460 jmp_to = &op_array->brk_cont_array[array_offset]; in zend_brk_cont()1477 array_offset = jmp_to->parent; in zend_brk_cont()
Completed in 12 milliseconds