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

9 lines
193 B
PHP

--TEST--
Group use declarations mustn't allow more than one comma
--FILE--
<?php
use Baz\{Foo,,};
?>
--EXPECTF--
Parse error: syntax error, unexpected token ",", expecting "}" in %s on line %d