php-src/Zend/tests/function_arguments_002.phpt

10 lines
192 B
Plaintext
Raw Normal View History

--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