Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Ddir.c211 dirp = php_stream_opendir(dirname, REPORT_ERRORS, context); in _php_do_opendir()
/PHP-8.0/ext/phar/
H A Ddirstream.c363 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-8.0/main/
H A Dphp_streams.h363 #define php_stream_opendir(path, options, context) _php_stream_opendir((path), (options), (context)… macro
/PHP-8.0/main/streams/
H A Dstreams.c2320 stream = php_stream_opendir(dirname, REPORT_ERRORS, context);
/PHP-8.0/ext/fileinfo/libmagic/
H A Dapprentice.c1356 dir = php_stream_opendir((char *)fn, REPORT_ERRORS, NULL); in apprentice_load()
/PHP-8.0/ext/spl/
H A Dspl_directory.c263 intern->u.dir.dirp = php_stream_opendir(path, REPORT_ERRORS, FG(default_context)); in spl_filesystem_dir_open()
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch446 + dir = php_stream_opendir((char *)fn, REPORT_ERRORS, NULL);

Completed in 52 milliseconds