php-src/Zend/tests/function_arguments_001.phpt

10 lines
199 B
Plaintext
Raw Normal View History

--TEST--
Argument parsing error #001
--FILE--
<?php
function foo($arg1 string) {}
?>
--EXPECTF--
Parse error: syntax error, unexpected T_STRING, expecting ')' in %sfunction_arguments.php on line %d