Home
last modified time | relevance | path

Searched defs:_php_stream (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/main/
H A Dphp_streams.h186 struct _php_stream { struct
187 php_stream_ops *ops;
188 void *abstract; /* convenience pointer for abstraction */
190 php_stream_filter_chain readfilters, writefilters;
194 zval *wrapperdata; /* fgetwrapperdata retrieves this */
197 int is_persistent;
198 char mode[16]; /* "rwb" etc. ala stdio */
199 int rsrc_id; /* used for auto-cleanup */
200 int in_free; /* to prevent recursion during free */
203 int fclose_stdiocast;
[all …]

Completed in 13 milliseconds