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

9 lines
212 B
PHP

--TEST--
Unmixed group use declarations mustn't contain two commas mid-list
--FILE--
<?php
use const Baz\{Foo,,Bar};
?>
--EXPECTF--
Parse error: syntax error, unexpected token ",", expecting "}" in %s on line %d