summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_trailing_comma_error_07.phpt
blob: c60dd6a4b00c2fdec8a884c92efd6a8ab1dcf2e2 (plain)
1
2
3
4
5
6
7
8
--TEST--
Unmixed group use declarations mustn't begin with a comma
--FILE--
<?php
use function Baz\{,Foo};
?>
--EXPECTF--
Parse error: syntax error, unexpected ',', expecting identifier (T_STRING) in %s on line %d