Test: /ext/standard/tests/streams/stream_get_meta_data_socket_basic.phpt - Version 5.5.8    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
001+ Warning: stream_socket_server(): unable to connect to tcp://127.0.0.1:31337 (Address already in use) in %s/stream_get_meta_data_socket_basic.php on line 3
002+
003+ Warning: stream_get_meta_data() expects parameter 1 to be resource, boolean given in %s/stream_get_meta_data_socket_basic.php on line 4
004+ NULL
005+
006+ Warning: fclose() expects parameter 1 to be resource, boolean given in %s/stream_get_meta_data_socket_basic.php on line 5
001- array(7) {
002- ["stream_type"]=>
003- string(%d) "tcp_socke%s"
004- ["mode"]=>
005- string(2) "r+"
006- ["unread_bytes"]=>
007- int(0)
008- ["seekable"]=>
009- bool(false)
010- ["timed_out"]=>
011- bool(false)
012- ["blocked"]=>
013- bool(true)
014- ["eof"]=>
015- bool(false)
016- }