Skip to content

Commit 789132c

Browse files
committed
Fix incorrectly ported tests for http
1 parent 29dd6eb commit 789132c

File tree

2 files changed

+0
-52
lines changed

2 files changed

+0
-52
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-
}

ext/standard/tests/http/http_response_header_05.phpt

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)