mirror of
https://github.com/php/php-src.git
synced 2026-04-16 20:41:18 +02:00
8 lines
200 B
PHP
8 lines
200 B
PHP
--TEST--
|
|
Unmixed group use declarations mustn't allow more than one comma
|
|
--FILE--
|
|
<?php
|
|
use const Baz\{Foo,,};
|
|
?>
|
|
--EXPECTF--
|
|
Parse error: syntax error, unexpected ',', expecting '}' in %s on line %d |