Fix new test for PHP 8

This commit is contained in:
Christoph M. Becker 2021-06-30 16:48:31 +02:00
parent 70b0330e53
commit 9b7b4c47d6
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -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)