Home
last modified time | relevance | path

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

/PHP-7.2/main/
H A Dphp_streams.h190 struct _php_stream { struct
191 php_stream_ops *ops;
192 void *abstract; /* convenience pointer for abstraction */
194 php_stream_filter_chain readfilters, writefilters;
198 zval wrapperdata; /* fgetwrapperdata retrieves this */
200 uint8_t is_persistent:1;
201 uint8_t in_free:2; /* to prevent recursion during free */
202 uint8_t eof:1;
207 uint8_t fclose_stdiocast:2;
211 char mode[16]; /* "rwb" etc. ala stdio */
[all …]

Completed in 9 milliseconds