mirror of
https://github.com/danog/jit_bugs.git
synced 2024-11-26 12:04:52 +01:00
Fixup
This commit is contained in:
parent
e2fd771f61
commit
2555965243
@ -37,7 +37,7 @@ foreach ($i as [$file]) {
|
|||||||
if ($f->stmts === null) continue;
|
if ($f->stmts === null) continue;
|
||||||
$f->stmts = [new Foreach_(
|
$f->stmts = [new Foreach_(
|
||||||
new Array_([new ArrayItem(new LNumber(0))]),
|
new Array_([new ArrayItem(new LNumber(0))]),
|
||||||
new Variable('_'),
|
new Variable('____'),
|
||||||
['stmts' => $f->stmts]
|
['stmts' => $f->stmts]
|
||||||
)];
|
)];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user