php-src/Zend/tests/ns_trailing_comma_error_07.phpt

8 lines
213 B
PHP

--TEST--
Unmixed group use declarations mustn't begin with a comma
--FILE--
<?php
use function Baz\{,Foo};
?>
--EXPECTF--
Parse error: syntax error, unexpected ',', expecting identifier (T_STRING) in %s on line %d