mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
8 lines
No EOL
191 B
PHP
8 lines
No EOL
191 B
PHP
--TEST--
|
|
Group use declarations mustn't contain two commas mid-list
|
|
--FILE--
|
|
<?php
|
|
use Baz\{Foo,,Bar};
|
|
?>
|
|
--EXPECTF--
|
|
Parse error: syntax error, unexpected ',', expecting '}' in %s on line %d |