Test: /ext/standard/tests/http/ignore_errors.phpt - Version 5.4.0RC6-dev    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
002+
003+ Warning: stream_socket_accept(): accept failed: Connection timed out in /home/brad/php5.4-201201160430/ext/standard/tests/http/server.inc on line 41
002- resource(%d) of type (stream)
003- array(2) {
004- [0]=>
005- string(15) "HTTP/1.0 200 Ok"
006- [1]=>
007- string(10) "X-Foo: bar"
008- }
009- string(1) "1"
010- string(48) "GET /foo/bar HTTP/1.0
011- Host: 127.0.0.1:12342
012-
013- "
014-
015- Warning: fopen(http://127.0.0.1:12342/foo/bar): failed to open stream: HTTP request failed! HTTP/1.0 404 Not found
016- in %s on line %d
017- bool(false)
018- string(48) "GET /foo/bar HTTP/1.0
019- Host: 127.0.0.1:12342
020-
021- "
022- -- Test: requests with ignore_errors --
023- resource(%d) of type (stream)
024- array(2) {
025- [0]=>
026- string(15) "HTTP/1.0 200 Ok"
027- [1]=>
028- string(10) "X-Foo: bar"
029- }
030- string(1) "1"
031- string(48) "GET /foo/bar HTTP/1.0
032- Host: 127.0.0.1:12342
033-
034- "
035- resource(%d) of type (stream)
036- array(2) {
037- [0]=>
038- string(22) "HTTP/1.0 404 Not found"
039- [1]=>
040- string(10) "X-bar: baz"
041- }
042- string(1) "2"
043- string(48) "GET /foo/bar HTTP/1.0
044- Host: 127.0.0.1:12342
045-
046- "
047- -- Test: requests with ignore_errors (2) --
048- resource(%d) of type (stream)
049- array(2) {
050- [0]=>
051- string(15) "HTTP/1.0 200 Ok"
052- [1]=>
053- string(10) "X-Foo: bar"
054- }
055- string(1) "1"
056- string(48) "GET /foo/bar HTTP/1.0
057- Host: 127.0.0.1:12342
058-
059- "
060- resource(%d) of type (stream)
061- array(2) {
062- [0]=>
063- string(22) "HTTP/1.0 404 Not found"
064- [1]=>
065- string(10) "X-bar: baz"
066- }
067- string(1) "2"
068- string(48) "GET /foo/bar HTTP/1.0
069- Host: 127.0.0.1:12342
070-
071- "