php-src/Zend/tests/function_arguments_001.phpt

10 lines
170 B
Plaintext
Raw Normal View History

--TEST--
Argument parsing error #001
--FILE--
<?php
function foo($arg1 string) {}
?>
--EXPECTF--
2011-08-31 11:16:25 +00:00
Parse error: %s error, %s)%s in %sfunction_arguments_001.php on line %d