--TEST-- Testing socket_get_status() --FILE-- --EXPECTF-- array(8) { [u"stream_type"]=> unicode(%d) "tcp_socket%S" [u"mode"]=> unicode(2) "r+" [u"unread_bytes"]=> int(0) [u"unread_chars"]=> int(0) [u"seekable"]=> bool(false) [u"timed_out"]=> bool(false) [u"blocked"]=> bool(true) [u"eof"]=> bool(false) }