summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_trailing_comma_error_03.phpt
blob: 9d10c47dcce7b9f75aadf96a079e5d3d8f63d651 (plain)
1
2
3
4
5
6
7
8
--TEST--
Group use declarations mustn't allow more than one comma
--FILE--
<?php
use Baz\{Foo,,};
?>
--EXPECTF--
Parse error: syntax error, unexpected ',', expecting '}' in %s on line %d