summaryrefslogtreecommitdiffstats
path: root/vendor/textalk/websocket/tests/scripts/receive-empty-read.json
blob: f7520177764f2495c52b239e4e81302d82aaa8cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[
    {
        "function": "get_resource_type",
        "params": [
            "@mock-stream"
        ],
        "return": "stream"
    },
    {
        "function": "fread",
        "params": [],
        "return": ""
    },
    {
        "function": "stream_get_meta_data",
        "params": [
            "@mock-stream"
        ],
        "return": {
            "timed_out": false,
            "blocked": true,
            "eof": false,
            "stream_type": "tcp_socket\/ssl",
            "mode": "r+",
            "unread_bytes": 0,
            "seekable": false
        }
    },
    {
        "function": "get_resource_type",
        "params": [
            "@mock-stream"
        ],
        "return": "stream"
    },
    {
        "function": "stream_get_meta_data",
        "params": [
            "@mock-stream"
        ],
        "return": {
            "timed_out": true,
            "blocked": true,
            "eof": false,
            "stream_type": "tcp_socket\/ssl",
            "mode": "r+",
            "unread_bytes": 2,
            "seekable": false
        }
    },
    {
        "function": "fclose",
        "params": [
            "@mock-stream"
        ],
        "return":true
    }
]