Test: /ext/standard/tests/streams/stream_get_meta_data_socket_variation3.phpt - Version 7.1.21    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Warning: fsockopen(): unable to connect to tcp://127.0.0.1:31333:-1 (Cannot assign requested address) in %s/stream_get_meta_data_socket_variation3.php on line 7
002+ Unable to create socket
001- array(7) {
002- ["timed_out"]=>
003- bool(false)
004- ["blocked"]=>
005- bool(true)
006- ["eof"]=>
007- bool(false)
008- ["stream_type"]=>
009- string(%d) "tcp_socke%s"
010- ["mode"]=>
011- string(2) "r+"
012- ["unread_bytes"]=>
013- int(0)
014- ["seekable"]=>
015- bool(false)
016- }
017-
018-
019- Set blocking to false:
020- bool(true)
021- array(7) {
022- ["timed_out"]=>
023- bool(false)
024- ["blocked"]=>
025- bool(false)
026- ["eof"]=>
027- bool(false)
028- ["stream_type"]=>
029- string(%d) "tcp_socke%s"
030- ["mode"]=>
031- string(2) "r+"
032- ["unread_bytes"]=>
033- int(0)
034- ["seekable"]=>
035- bool(false)
036- }
037-
038-
039- Set blocking to true:
040- bool(true)
041- array(7) {
042- ["timed_out"]=>
043- bool(false)
044- ["blocked"]=>
045- bool(true)
046- ["eof"]=>
047- bool(false)
048- ["stream_type"]=>
049- string(%d) "tcp_socke%s"
050- ["mode"]=>
051- string(2) "r+"
052- ["unread_bytes"]=>
053- int(0)
054- ["seekable"]=>
055- bool(false)
056- }