php-src/Zend/tests/ns_trailing_comma_error_01.phpt

9 lines
222 B
Plaintext
Raw Normal View History

--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