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