summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_096.phpt
blob: 48f0c75387a9decf558a7afceceff3ee396acafe (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Group use declaration list should not contain leading separator
--FILE--
<?php

use Foo\Bar\{\Baz};

?>
--EXPECTF--
Parse error: syntax error, unexpected '\' (T_NS_SEPARATOR), expecting identifier (T_STRING) or function (T_FUNCTION) or const (T_CONST) in %s on line 3