summaryrefslogtreecommitdiff
path: root/ext/standard/tests/http/bug69337.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/http/bug69337.phpt')
-rw-r--r--ext/standard/tests/http/bug69337.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/tests/http/bug69337.phpt b/ext/standard/tests/http/bug69337.phpt
index 8de8187485..223a4def7d 100644
--- a/ext/standard/tests/http/bug69337.phpt
+++ b/ext/standard/tests/http/bug69337.phpt
@@ -32,8 +32,6 @@ $f = file_get_contents('http://127.0.0.1:22345/', 0, $ctx);
http_server_kill($pid);
var_dump($f);
?>
-==DONE==
--EXPECTF--
Warning: file_get_contents(http://127.0.0.1:22345/): failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found%ain %s on line %d
bool(false)
-==DONE==