WokerTask/vendor/textalk/websocket/tests/scripts/client.connect-persistent-f...

35 lines
659 B
JSON
Raw Normal View History

2023-12-27 14:06:33 +08:00
[
{
"function": "stream_context_create",
"params": [],
"return": "@mock-stream-context"
},
{
"function": "stream_socket_client",
"params": [
"tcp:\/\/localhost:8000",
null,
null,
5,
5,
"@mock-stream-context"
],
"return": "@mock-stream"
},
{
"function": "get_resource_type",
"params": [
"@mock-stream"
],
"return": "persistent stream"
},
{
"function": "ftell",
"params": [
"@mock-stream"
],
"return": false
}
]