summaryrefslogtreecommitdiff
path: root/Zend/tests/function_arguments/call_with_multi_trailing_comma_error.phpt
blob: 7e80b032a801f46c9bfc9d5a52fe5ee7dc351692 (plain)
1
2
3
4
5
6
7
8
--TEST--
Multiple trailing commas in function calls is not allowed
--FILE--
<?php
foo($foo,,);
?>
--EXPECTF--
Parse error: syntax error, unexpected token ",", expecting ")" in %s on line %d