Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/Optimizer/
H A Dpass3.c273 int new_target; variable
276 new_target = ZEND_OP2(&op_array->opcodes[target]).opline_num;
279 new_target = op_array->opcodes[target].extended_value;
281 ZEND_OP2(opline).opline_num = new_target;

Completed in 5 milliseconds