1--TEST-- 2Leading commas in function calls is not allowed 3--FILE-- 4<?php 5foo(,$foo); 6?> 7--EXPECTF-- 8Parse error: syntax error, unexpected ',' in %s on line %d 9