Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/Optimizer/
H A Dzend_optimizer_internal.h40 #define INV_COND_EX(op) ((op) == ZEND_JMPZ ? ZEND_JMPNZ_EX : ZEND_JMPZ_EX) macro
H A Dpass3.c220 } else if (op_array->opcodes[target].opcode == INV_COND_EX(opline->opcode) &&
H A Dblock_pass.c1521 } else if (target->opcode == INV_COND_EX(last_op->opcode) && in zend_jmp_optimization()

Completed in 10 milliseconds