We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d6f4c8 + 8156a89 commit 5e1b40cCopy full SHA for 5e1b40c
ext/standard/tests/http/bug75535.phpt
@@ -14,25 +14,14 @@ $responses = array(
14
15
['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
16
17
-var_dump(http_get_last_response_headers());
18
-
19
var_dump(file_get_contents($uri));
20
var_dump($http_response_header);
21
22
23
http_server_kill($pid);
24
25
-?>
26
--EXPECT--
27
-NULL
28
string(0) ""
29
array(1) {
30
[0]=>
31
string(15) "HTTP/1.0 200 Ok"
32
}
33
-array(2) {
34
- [0]=>
35
- string(15) "HTTP/1.0 200 Ok"
36
- [1]=>
37
- string(14) "Content-Length"
38
-}
0 commit comments