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