Test: /ext/standard/tests/streams/stream_get_meta_data_socket_variation1.phpt - Version 5.6.38    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ ** ERROR: process timed out **
001- Write some data:
002- array(7) {
003- ["timed_out"]=>
004- bool(false)
005- ["blocked"]=>
006- bool(true)
007- ["eof"]=>
008- bool(false)
009- ["stream_type"]=>
010- string(%d) "tcp_socke%s"
011- ["mode"]=>
012- string(2) "r+"
013- ["unread_bytes"]=>
014- int(0)
015- ["seekable"]=>
016- bool(false)
017- }
018-
019-
020- Read a line from the client, causing data to be buffered:
021- array(7) {
022- ["timed_out"]=>
023- bool(false)
024- ["blocked"]=>
025- bool(true)
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(15)
034- ["seekable"]=>
035- bool(false)
036- }
037-
038-
039- Read 3 bytes of data from the client:
040- array(7) {
041- ["timed_out"]=>
042- bool(false)
043- ["blocked"]=>
044- bool(true)
045- ["eof"]=>
046- bool(false)
047- ["stream_type"]=>
048- string(%d) "tcp_socke%s"
049- ["mode"]=>
050- string(2) "r+"
051- ["unread_bytes"]=>
052- int(12)
053- ["seekable"]=>
054- bool(false)
055- }
056-
057-
058- Close the server side socket and read the remaining data from the client:
059- array(7) {
060- ["timed_out"]=>
061- bool(false)
062- ["blocked"]=>
063- bool(true)
064- ["eof"]=>
065- bool(true)
066- ["stream_type"]=>
067- string(%d) "tcp_socke%s"
068- ["mode"]=>
069- string(2) "r+"
070- ["unread_bytes"]=>
071- int(0)
072- ["seekable"]=>
073- bool(false)
074- }