1--TEST-- 2Unmixed group use declarations mustn't begin with a comma 3--FILE-- 4<?php 5use function Baz\{,Foo}; 6?> 7--EXPECTF-- 8Parse error: syntax error, unexpected ',', expecting identifier (T_STRING) in %s on line %d 9