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 4cd9298 + 227b3b3 commit e335630Copy full SHA for e335630
Zend/Optimizer/zend_inference.c
@@ -2537,7 +2537,7 @@ static zend_always_inline zend_result _zend_update_type_info(
2537
UPDATE_SSA_TYPE(orig, ssa_op->op1_def);
2538
COPY_SSA_OBJ_TYPE(ssa_op->op1_use, ssa_op->op1_def);
2539
}
2540
- } else if (opline->opcode == ZEND_ASSIGN_STATIC_PROP) {
+ } else if (opline->opcode == ZEND_ASSIGN_STATIC_PROP_OP) {
2541
/* Nothing to do */
2542
} else {
2543
if (opline->opcode == ZEND_ASSIGN_OP && ssa_op->result_def >= 0 && (tmp & MAY_BE_RC1)) {
0 commit comments