Searched defs:_php_stream (Results 1 – 1 of 1) sorted by relevance
188 struct _php_stream { struct189 const php_stream_ops *ops;190 void *abstract; /* convenience pointer for abstraction */192 php_stream_filter_chain readfilters, writefilters;196 zval wrapperdata; /* fgetwrapperdata retrieves this */198 uint8_t is_persistent:1;199 uint8_t in_free:2; /* to prevent recursion during free */200 uint8_t eof:1;205 uint8_t fclose_stdiocast:2;209 char mode[16]; /* "rwb" etc. ala stdio */[all …]
Completed in 14 milliseconds