mirror of
https://github.com/php/php-src.git
synced 2026-03-30 20:22:36 +02:00
Fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user