summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_trailing_comma_error_08.phpt
blob: b3804aeb764010928c4586838e325fc0e3254947 (plain)
1
2
3
4
5
6
7
8
--TEST--
Unmixed group use declarations mustn't contain two commas mid-list
--FILE--
<?php
use const Baz\{Foo,,Bar};
?>
--EXPECTF--
Parse error: syntax error, unexpected ',', expecting '}' in %s on line %d