php-8.0.30-src/Zend/tests/ns_trailing_comma_error_07....

9 lines
228 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 token ",", expecting identifier or namespaced name in %s on line %d