Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Ddir.c221 dirp = php_stream_opendir(dirname, REPORT_ERRORS, context); in _php_do_opendir()
/PHP-7.4/ext/phar/
H A Ddirstream.c375 return php_stream_opendir(entry->tmp, options, context); in phar_wrapper_open_dir()
H A Dfunc_interceptors.c77 stream = php_stream_opendir(name, REPORT_ERRORS, context); in PHAR_FUNC()
/PHP-7.4/main/
H A Dphp_streams.h361 #define php_stream_opendir(path, options, context) _php_stream_opendir((path), (options), (context)… macro
/PHP-7.4/main/streams/
H A Dstreams.c2350 stream = php_stream_opendir(dirname, REPORT_ERRORS, context);
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c1316 dir = php_stream_opendir((char *)fn, REPORT_ERRORS, NULL); in apprentice_load()
/PHP-7.4/ext/spl/
H A Dspl_directory.c261 intern->u.dir.dirp = php_stream_opendir(path, REPORT_ERRORS, FG(default_context)); in spl_filesystem_dir_open()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch489 + dir = php_stream_opendir((char *)fn, REPORT_ERRORS, NULL);

Completed in 43 milliseconds