summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_trailing_comma_error_02.phpt
blob: c9d0d92deee4435a937c7ebac1aa51b68c187f2e (plain)
1
2
3
4
5
6
7
8
--TEST--
Group use declarations mustn't contain just a comma
--FILE--
<?php
use Baz\{,};
?>
--EXPECTF--
Parse error: syntax error, unexpected ',', expecting identifier (T_STRING) or function (T_FUNCTION) or const (T_CONST) in %s on line %d