summaryrefslogtreecommitdiffstats
path: root/vendor/textalk/websocket/tests/scripts/server.accept-error-connect.json
blob: f0fef27d39d0809f9701cad1b116d5391434fbb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
    {
        "function": "stream_socket_accept",
        "params": [],
        "error": {
            "msg": "A PHP error",
            "type": 512
        },
        "return": false
    },
    {
        "function": "fclose",
        "params": [
             false
        ],
        "return": true
    }
]