mirror of
https://github.com/php/php-src.git
synced 2024-11-27 20:03:40 +08:00
10 lines
164 B
PHP
10 lines
164 B
PHP
--TEST--
|
|
Argument parsing error #002
|
|
--FILE--
|
|
<?php
|
|
function foo($arg1/) {}
|
|
?>
|
|
--EXPECTF--
|
|
Parse error: %s error, %s)%s in %sfunction_arguments_002.php on line %d
|
|
|