Searched refs:INV_COND_EX (Results 1 – 3 of 3) sorted by relevance
40 #define INV_COND_EX(op) ((op) == ZEND_JMPZ ? ZEND_JMPNZ_EX : ZEND_JMPZ_EX) macro
228 } else if (op_array->opcodes[target].opcode == INV_COND_EX(opline->opcode) &&
1528 } else if (target->opcode == INV_COND_EX(last_op->opcode) && in zend_jmp_optimization()
Completed in 15 milliseconds