Nikita Popov a1ccf57727 Introduce Stmt\Block
Stmt\Block will be created for { $a; } style blocks, unless these
occur directly inside some structure that is usually combined
with a block.

For example if ($a) { $b; } will continue to use the old
representation (plain array in in If_::$stmts), but a free-standing
{ $b; } will become a Stmt\Block.

Fixes #590.
2023-09-24 21:13:01 +02:00
..
2023-08-16 21:37:02 +02:00
2023-09-17 18:24:05 +02:00
2023-08-16 21:37:02 +02:00
2023-09-24 21:13:01 +02:00