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