Test: /ext/standard/tests/streams/stream_get_meta_data_socket_variation2.phpt - Version 7.2.12    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Warning: stream_socket_server(): unable to connect to tcp://127.0.0.1:31332 (Address already in use) in %s/stream_get_meta_data_socket_variation2.php on line 4
002+
003+ Warning: fsockopen(): unable to connect to tcp://127.0.0.1:31332:-1 (Connection refused) in %s/stream_get_meta_data_socket_variation2.php on line 7
004+ 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 a timeout on the client and attempt a read:
020- array(7) {
021- ["timed_out"]=>
022- bool(true)
023- ["blocked"]=>
024- bool(true)
025- ["eof"]=>
026- bool(false)
027- ["stream_type"]=>
028- string(%d) "tcp_socke%s"
029- ["mode"]=>
030- string(2) "r+"
031- ["unread_bytes"]=>
032- int(0)
033- ["seekable"]=>
034- bool(false)
035- }
036-
037-
038- Write some data from the server:
039- array(7) {
040- ["timed_out"]=>
041- bool(true)
042- ["blocked"]=>
043- bool(true)
044- ["eof"]=>
045- bool(false)
046- ["stream_type"]=>
047- string(%d) "tcp_socke%s"
048- ["mode"]=>
049- string(2) "r+"
050- ["unread_bytes"]=>
051- int(0)
052- ["seekable"]=>
053- bool(false)
054- }
055-
056-
057- Read some data from the client:
058- array(7) {
059- ["timed_out"]=>
060- bool(false)
061- ["blocked"]=>
062- bool(true)
063- ["eof"]=>
064- bool(false)
065- ["stream_type"]=>
066- string(%d) "tcp_socke%s"
067- ["mode"]=>
068- string(2) "r+"
069- ["unread_bytes"]=>
070- int(0)
071- ["seekable"]=>
072- bool(false)
073- }