Home
last modified time | relevance | path

Searched refs:php_plain_files_wrapper (Results 1 – 8 of 8) sorted by relevance

/PHP-8.1/ext/standard/
H A Dphp_fopen_wrappers.h27 extern PHPAPI /*const*/ php_stream_wrapper php_plain_files_wrapper;
H A Dfilestat.c358 if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { in php_do_chgrp()
484 if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { in php_do_chown()
579 if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { in PHP_FUNCTION()
646 if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { in PHP_FUNCTION()
757 …wrapper = php_stream_locate_url_wrapper(ZSTR_VAL(filename), &local, 0)) == &php_plain_files_wrapper in php_stat()
762 if (wrapper == &php_plain_files_wrapper) { in php_stat()
822 …wrapper = php_stream_locate_url_wrapper(ZSTR_VAL(filename), &local, 0)) == &php_plain_files_wrapper in php_stat()
890 if (wrapper == &php_plain_files_wrapper) { in php_stat()
H A Dfile.c1638 …if (php_stream_locate_url_wrapper(source, NULL, 0) == &php_plain_files_wrapper && php_check_open_b… in PHP_FUNCTION()
H A Dbasic_functions.c408 php_register_url_stream_wrapper("file", &php_plain_files_wrapper); in PHP_MINIT_FUNCTION()
/PHP-8.1/main/streams/
H A Dphp_stream_plain_wrapper.h21 PHPAPI extern /*const*/ php_stream_wrapper php_plain_files_wrapper;
H A Dplain_wrapper.c232 stream->wrapper = (php_stream_wrapper*)&php_plain_files_wrapper; in _php_stream_fopen_temporary_file()
1103 …php_stream_wrapper_log_error(&php_plain_files_wrapper, options, "`%s' is not a valid mode for fope… in _php_stream_fopen()
1573 PHPAPI /*const*/ php_stream_wrapper php_plain_files_wrapper = { variable
H A Dstreams.c203 if (wrapper == &php_plain_files_wrapper) { in php_stream_display_wrapper_errors()
745 if ((stream->wrapper != &php_plain_files_wrapper) && in _php_stream_read()
1819 …n (php_stream_wrapper*)((options & STREAM_LOCATE_WRAPPERS_ONLY) ? NULL : &php_plain_files_wrapper);
1854 php_stream_wrapper *plain_files_wrapper = (php_stream_wrapper*)&php_plain_files_wrapper;
/PHP-8.1/main/
H A Dfopen_wrappers.c493 if (wrapper == &php_plain_files_wrapper) {
556 } else if (wrapper != &php_plain_files_wrapper) {
596 } else if (wrapper != &php_plain_files_wrapper) {

Completed in 37 milliseconds