Skip to content

Commit 5e1b40c

Browse files
committed
Merge branch 'PHP-8.4'
* PHP-8.4: Fix incorrectly merged bug75535.phpt
2 parents 3d6f4c8 + 8156a89 commit 5e1b40c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

ext/standard/tests/http/bug75535.phpt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,14 @@ $responses = array(
1414

1515
['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
1616

17-
var_dump(http_get_last_response_headers());
18-
1917
var_dump(file_get_contents($uri));
2018
var_dump($http_response_header);
21-
var_dump(http_get_last_response_headers());
2219

2320
http_server_kill($pid);
2421

25-
?>
2622
--EXPECT--
27-
NULL
2823
string(0) ""
2924
array(1) {
3025
[0]=>
3126
string(15) "HTTP/1.0 200 Ok"
3227
}
33-
array(2) {
34-
[0]=>
35-
string(15) "HTTP/1.0 200 Ok"
36-
[1]=>
37-
string(14) "Content-Length"
38-
}

0 commit comments

Comments
 (0)