server.accept-error-connect.json 309 B

123456789101112131415161718
  1. [
  2. {
  3. "function": "stream_socket_accept",
  4. "params": [],
  5. "error": {
  6. "msg": "A PHP error",
  7. "type": 512
  8. },
  9. "return": false
  10. },
  11. {
  12. "function": "fclose",
  13. "params": [
  14. false
  15. ],
  16. "return": true
  17. }
  18. ]