summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_trailing_comma_error_01.phpt
blob: 6ada1f7bf21f96ac5357f3c7f9565ba43c30566b (plain)
1
2
3
4
5
6
7
8
--TEST--
Group use declarations mustn't be empty
--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