summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_trailing_comma_error_03.phpt
blob: 3455f55533bab10042b46dbdac6a100e55841394 (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 token ",", expecting "}" in %s on line %d