summaryrefslogtreecommitdiff
path: root/Zend/tests/function_arguments_001.phpt
blob: bf0cd4a206d2882ef86ace27f01569ff03dd7491 (plain)
1
2
3
4
5
6
7
8
9
--TEST--
Argument parsing error #001
--FILE--
<?php
function foo($arg1 string) {}
?>
--EXPECTF--
Parse error: syntax error, unexpected T_STRING, expecting ')' in %sfunction_arguments_001.php on line %d