Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/Optimizer/
H A Dpass3.c8 #define SAME_OPCODE_EX(oc1, oc2) ((oc1 == oc2) || (oc1 == ZEND_JMPZ_EX && oc2 == ZEND_JMPZ) || (oc1… macro
261 if (SAME_OPCODE_EX(opline->opcode, op_array->opcodes[target].opcode) &&

Completed in 5 milliseconds