Home
last modified time | relevance | path

Searched refs:array_offset (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/opcache/Optimizer/
H A Dpass2.c159 int array_offset; variable
169 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;
/PHP-5.5/Zend/
H A Dzend_opcode.c682 int nest_levels, array_offset; in zend_resolve_finally_calls() local
686 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()
H A Dzend_execute.c1411 static inline zend_brk_cont_element* zend_brk_cont(int nest_levels, int array_offset, const zend_op… in zend_brk_cont() argument
1417 if (array_offset==-1) { in zend_brk_cont()
1420 jmp_to = &op_array->brk_cont_array[array_offset]; in zend_brk_cont()
1437 array_offset = jmp_to->parent; in zend_brk_cont()

Completed in 14 milliseconds