1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 20:22:36 +02:00
This commit is contained in:
Dmitry Stogov
2022-10-05 21:39:16 +03:00
parent ed652a514f
commit 072dc3c857

View File

@@ -6146,7 +6146,7 @@ done:
ssa->var_info[ssa_op->op1_def].type &= ~MAY_BE_GUARD;
if (ra && ra[ssa_op->op1_def]) {
SET_STACK_REG_EX(stack, EX_VAR_TO_NUM(opline->op1.var), ra[ssa_op->op1_def]->reg,
ra[ssa_op->op1_def]->reg & ZREG_STORE);
ra[ssa_op->op1_def]->flags & ZREG_STORE);
}
}
if (type == IS_LONG