You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
541 B

[
{
"function": "stream_socket_server",
"params": [
"tcp://0.0.0.0:9999",
null,
null
],
"error": {
"msg": "A PHP error",
"type": 512
},
"return": false
},
{
"function": "stream_socket_server",
"params": [
"tcp://0.0.0.0:10000",
null,
null
],
"error": {
"msg": "A PHP error",
"type": 512
},
"return": false
}
]