We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c124d20 + 4313659 commit ea4bb58Copy full SHA for ea4bb58
ext/opcache/Optimizer/zend_ssa.h
@@ -222,8 +222,6 @@ static zend_always_inline zend_bool zend_ssa_is_no_val_use(const zend_op *opline
222
if (ssa_op->result_use == var
223
&& opline->opcode != ZEND_ADD_ARRAY_ELEMENT
224
&& opline->opcode != ZEND_ADD_ARRAY_UNPACK) {
225
- }
226
- if (ssa_op->result_use == var && opline->opcode != ZEND_ADD_ARRAY_ELEMENT) {
227
return ssa_op->op1_use != var && ssa_op->op2_use != var;
228
}
229
return 0;
0 commit comments