1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
--TEST-- Nested group use statements syntax error --FILE-- <?php namespace Fiz\Biz\Buz { use Foo\Bar\Baz\{ A, B { C D, E } }; } ?> --EXPECTF-- Parse error: syntax error, unexpected '{', expecting '}' in %sns_088.php on line 5