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 0d99357 commit 1165a90Copy full SHA for 1165a90
ext/opcache/Optimizer/pass3.c
@@ -93,7 +93,6 @@ void zend_optimizer_pass3(zend_op_array *op_array)
93
if ((opline->op2_type & (IS_VAR | IS_CV))
94
&& opline->op2.var == next_opline->op1.var &&
95
(opline->opcode == ZEND_ADD ||
96
- opline->opcode == ZEND_MUL ||
97
opline->opcode == ZEND_BW_OR ||
98
opline->opcode == ZEND_BW_AND ||
99
opline->opcode == ZEND_BW_XOR)) {
0 commit comments