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