Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dphp_stream_filter_api.h37 #define PHP_STREAM_FILTER_READ 0x0001 macro
39 #define PHP_STREAM_FILTER_ALL (PHP_STREAM_FILTER_READ | PHP_STREAM_FILTER_WRITE)
/PHP-5.5/ext/standard/
H A Dphp_fopen_wrapper.c310 mode_rw |= PHP_STREAM_FILTER_READ; in php_stream_url_wrap_php()
336 …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.c1217 read_write |= PHP_STREAM_FILTER_READ; in apply_filter_to_stream()
1224 if (read_write & PHP_STREAM_FILTER_READ) { in apply_filter_to_stream()
H A Dfile.c214 …REGISTER_LONG_CONSTANT("STREAM_FILTER_READ", PHP_STREAM_FILTER_READ, CONST_CS | CONST_PERSIST… in PHP_INI_END()

Completed in 27 milliseconds