mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
8 lines
No EOL
205 B
PHP
8 lines
No EOL
205 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 ',', expecting '}' in %s on line %d |