summaryrefslogtreecommitdiff
path: root/Zend/tests/function_arguments/call_with_multi_trailing_comma_error.phpt
blob: a38a01644b6dcd05d13047a6188b1f0afdd32bf8 (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 ',', expecting ')' in %s on line %d