This commit is contained in:
Daniil Gentili 2023-11-01 14:26:56 +01:00
parent e2fd771f61
commit 2555965243

View File

@ -37,7 +37,7 @@ foreach ($i as [$file]) {
if ($f->stmts === null) continue;
$f->stmts = [new Foreach_(
new Array_([new ArrayItem(new LNumber(0))]),
new Variable('_'),
new Variable('____'),
['stmts' => $f->stmts]
)];
}