Home
last modified time | relevance | path

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

/php-src/main/
H A Dphp_streams.h200 struct _php_stream { struct
201 const php_stream_ops *ops;
204 php_stream_filter_chain readfilters, writefilters;
208 zval wrapperdata; /* fgetwrapperdata retrieves this */
210 uint16_t is_persistent:1;
212 uint16_t eof:1;
217 uint16_t fclose_stdiocast:2;
221 uint16_t has_buffered_data:1;
224 uint16_t fclose_stdiocast_flush_in_progress:1;
226 char mode[16]; /* "rwb" etc. ala stdio */
[all …]

Completed in 9 milliseconds