mirror of
https://github.com/php/php-src.git
synced 2024-12-13 20:05:26 +08:00
10 lines
170 B
PHP
10 lines
170 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
|
|
|