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