summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_088.phpt
blob: 01ea1175c079fb785a8fa6ac8f27e7ca07142cfd (plain)
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 token "{", expecting "}" in %s on line %d