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