Home
last modified time | relevance | path

Searched refs:PHP_STREAM_FILTER_READ (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/main/streams/
H A Dphp_stream_filter_api.h35 #define PHP_STREAM_FILTER_READ 0x0001 macro
37 #define PHP_STREAM_FILTER_ALL (PHP_STREAM_FILTER_READ | PHP_STREAM_FILTER_WRITE)
/PHP-7.4/ext/standard/
H A Dphp_fopen_wrapper.c344 mode_rw |= PHP_STREAM_FILTER_READ; in php_stream_url_wrap_php()
371 …php_stream_apply_filter_list(stream, p, mode_rw & PHP_STREAM_FILTER_READ, mode_rw & PHP_STREAM_FIL… in php_stream_url_wrap_php()
H A Dstreamsfuncs.c1184 read_write |= PHP_STREAM_FILTER_READ; in apply_filter_to_stream()
1191 if (read_write & PHP_STREAM_FILTER_READ) { in apply_filter_to_stream()
H A Dfile.c204 …REGISTER_LONG_CONSTANT("STREAM_FILTER_READ", PHP_STREAM_FILTER_READ, CONST_CS | CONST_PERSIST… in PHP_INI_END()

Completed in 17 milliseconds