shiftlist 10 ext/opcache/Optimizer/nop_removal.c zend_uint *shiftlist; shiftlist 13 ext/opcache/Optimizer/nop_removal.c shiftlist = (zend_uint *)DO_ALLOCA(sizeof(zend_uint) * op_array->last); shiftlist 23 ext/opcache/Optimizer/nop_removal.c FREE_ALLOCA(shiftlist); shiftlist 42 ext/opcache/Optimizer/nop_removal.c shiftlist[i++] = shift; shiftlist 67 ext/opcache/Optimizer/nop_removal.c ZEND_OP1(opline).opline_num -= shiftlist[ZEND_OP1(opline).opline_num]; shiftlist 82 ext/opcache/Optimizer/nop_removal.c ZEND_OP2(opline).opline_num -= shiftlist[ZEND_OP2(opline).opline_num]; shiftlist 85 ext/opcache/Optimizer/nop_removal.c ZEND_OP2(opline).opline_num -= shiftlist[ZEND_OP2(opline).opline_num]; shiftlist 86 ext/opcache/Optimizer/nop_removal.c opline->extended_value -= shiftlist[opline->extended_value]; shiftlist 89 ext/opcache/Optimizer/nop_removal.c opline->extended_value -= shiftlist[opline->extended_value]; shiftlist 96 ext/opcache/Optimizer/nop_removal.c op_array->brk_cont_array[j].brk -= shiftlist[op_array->brk_cont_array[j].brk]; shiftlist 97 ext/opcache/Optimizer/nop_removal.c op_array->brk_cont_array[j].cont -= shiftlist[op_array->brk_cont_array[j].cont]; shiftlist 98 ext/opcache/Optimizer/nop_removal.c op_array->brk_cont_array[j].start -= shiftlist[op_array->brk_cont_array[j].start]; shiftlist 103 ext/opcache/Optimizer/nop_removal.c op_array->try_catch_array[j].try_op -= shiftlist[op_array->try_catch_array[j].try_op]; shiftlist 104 ext/opcache/Optimizer/nop_removal.c op_array->try_catch_array[j].catch_op -= shiftlist[op_array->try_catch_array[j].catch_op]; shiftlist 107 ext/opcache/Optimizer/nop_removal.c op_array->try_catch_array[j].finally_op -= shiftlist[op_array->try_catch_array[j].finally_op]; shiftlist 108 ext/opcache/Optimizer/nop_removal.c op_array->try_catch_array[j].finally_end -= shiftlist[op_array->try_catch_array[j].finally_end]; shiftlist 119 ext/opcache/Optimizer/nop_removal.c *opline_num -= shiftlist[*opline_num]; shiftlist 125 ext/opcache/Optimizer/nop_removal.c FREE_ALLOCA(shiftlist);