Home
last modified time | relevance | path

Searched refs:opendir (Results 126 – 139 of 139) sorted by relevance

123456

/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c1807 DIR *opendir(const char *name);
1821 retval = opendir(new_state.cwd); in virtual_opendir()
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgettype_settype_basic.phpt31 $dfp = opendir( dirname(__FILE__) );
H A Dprint_r.phpt237 $dir_handle = opendir( dirname(__FILE__) );
H A Dprint_r_64bit.phpt238 $dir_handle = opendir( dirname(__FILE__) );
H A Dvar_dump.phpt232 $dir_handle = opendir( dirname(__FILE__) );
H A Dvar_dump_64bit.phpt232 $dir_handle = opendir( dirname(__FILE__) );
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_replace.phpt184 $resource2 = opendir( "." );
/PHP-5.5/
H A Dserver-tests.php839 $o = opendir($dir) or $this->error("cannot open directory: $dir");
H A Drun-tests.php879 $o = opendir($dir) or error("cannot open directory: $dir");
H A Dacinclude.m41375 dir = opendir("/");
H A DNEWS5706 - Changed opendir(), dir() and scandir() to use default context when no context
6300 - Fixed bug #43817 (opendir() fails on Windows directories with parent directory
7814 . opendir() is reimplementation using GetFistFile/GetNextFile those are
10097 - Fixed bug #29678 (opendir() with ftp:// wrapper segfaults if path does not
/PHP-5.5/Zend/tests/
H A D019.phpt154 $dfp = opendir( dirname(__FILE__) );
/PHP-5.5/ext/standard/
H A Dbasic_functions.c3198 PHP_FE(opendir, arginfo_opendir)
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch410 - dir = opendir(fn);

Completed in 75 milliseconds

123456