php-8.0.30-src/Zend/tests/function_arguments_001.phpt

9 lines
169 B
PHP

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