Searched refs:SAME_OPCODE_EX (Results 1 – 1 of 1) sorted by relevance
8 #define SAME_OPCODE_EX(oc1, oc2) ((oc1 == oc2) || (oc1 == ZEND_JMPZ_EX && oc2 == ZEND_JMPZ) || (oc1… macro261 if (SAME_OPCODE_EX(opline->opcode, op_array->opcodes[target].opcode) &&
Completed in 5 milliseconds