blob: f8fa5dbf1218cc5204ae5b957b5b1829caa9cd8e (
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 token "}", expecting identifier or namespaced name or "function" or "const" in %s on line %d
|