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.
1 parent 7e028a4 commit 4313659Copy full SHA for 4313659
ext/opcache/Optimizer/zend_ssa.h
@@ -224,8 +224,6 @@ static zend_always_inline zend_bool zend_ssa_is_no_val_use(const zend_op *opline
224
if (ssa_op->result_use == var
225
&& opline->opcode != ZEND_ADD_ARRAY_ELEMENT
226
&& opline->opcode != ZEND_ADD_ARRAY_UNPACK) {
227
- }
228
- if (ssa_op->result_use == var && opline->opcode != ZEND_ADD_ARRAY_ELEMENT) {
229
return ssa_op->op1_use != var && ssa_op->op2_use != var;
230
}
231
return 0;
0 commit comments