Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_streams.h188 struct _php_stream { struct
189 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 8 milliseconds