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