mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix new test for PHP 8
This commit is contained in:
parent
70b0330e53
commit
9b7b4c47d6
1 changed files with 1 additions and 1 deletions
|
@ -21,5 +21,5 @@ $path = "/" . str_repeat("x", 16400) . "//example.com";
|
|||
var_dump(file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS . "$path"));
|
||||
?>
|
||||
--EXPECTF--
|
||||
Warning: file_get_contents(http://%s//example.com): failed to open stream: HTTP request failed! in %s on line %d
|
||||
Warning: file_get_contents(http://%s//example.com): Failed to open stream: HTTP request failed! in %s on line %d
|
||||
bool(false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue