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