123456789101112131415161718192021222324252627282930313233343536 |
- [
- {
- "function": "get_resource_type",
- "params": [
- "@mock-stream"
- ],
- "return": "stream"
- },
- {
- "function": "fwrite",
- "params": [
- "@mock-stream"
- ],
- "return": 18
- },
- {
- "function": "fclose",
- "params": [],
- "return": true
- },
- {
- "function": "stream_get_meta_data",
- "params": [
- "@mock-stream"
- ],
- "return": {
- "timed_out": false,
- "blocked": true,
- "eof": true,
- "stream_type": "tcp_socket\/ssl",
- "mode": "r+",
- "unread_bytes": 2,
- "seekable": false
- }
- }
- ]
|