Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Ddir.c228 dirp = php_stream_opendir(dirname, REPORT_ERRORS, context); in _php_do_opendir()
/PHP-5.5/ext/phar/
H A Ddirstream.c392 return php_stream_opendir(entry->tmp, options, context); in phar_wrapper_open_dir()
H A Dfunc_interceptors.c79 stream = php_stream_opendir(name, REPORT_ERRORS, context); in PHAR_FUNC()
/PHP-5.5/main/
H A Dphp_streams.h348 #define php_stream_opendir(path, options, context) _php_stream_opendir((path), (options), (context)… macro
/PHP-5.5/main/streams/
H A Dstreams.c2293 stream = php_stream_opendir(dirname, REPORT_ERRORS, context);
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c1174 dir = php_stream_opendir((char *)fn, REPORT_ERRORS, NULL); in apprentice_load()
/PHP-5.5/ext/spl/
H A Dspl_directory.c250 intern->u.dir.dirp = php_stream_opendir(path, REPORT_ERRORS, FG(default_context)); in spl_filesystem_dir_open()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch417 + dir = php_stream_opendir((char *)fn, REPORT_ERRORS, NULL);

Completed in 82 milliseconds