Skip to content

Commit 9b7b4c4

Browse files
committed
Fix new test for PHP 8
1 parent 70b0330 commit 9b7b4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/cli/tests/bug73630a.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ $path = "/" . str_repeat("x", 16400) . "//example.com";
2121
var_dump(file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS . "$path"));
2222
?>
2323
--EXPECTF--
24-
Warning: file_get_contents(http://%s//example.com): failed to open stream: HTTP request failed! in %s on line %d
24+
Warning: file_get_contents(http://%s//example.com): Failed to open stream: HTTP request failed! in %s on line %d
2525
bool(false)

0 commit comments

Comments
 (0)