mirror of
https://github.com/php/php-src.git
synced 2026-04-24 08:28:26 +02:00
a50f82bebf
Move more tests into existing directories Work towards GH-15631
9 lines
169 B
PHP
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
|