Home
last modified time | relevance | path

Searched refs:opendir (Results 51 – 75 of 128) sorted by relevance

123456

/PHP-8.0/ext/standard/tests/file/windows_mb_path/
H A Dbug54977.phpt29 $myDirectory = opendir($prefix);
H A Dbug64699.phpt32 if ($dh = opendir($dir)) {
H A Dbug75063_utf8.phpt39 if (\$dh = opendir(getcwd())) {
H A Dbug75063_cp1251.phpt41 if (\$dh = opendir(getcwd())) {
H A Dtest_readdir_mb_names.phpt45 if ($dh = opendir($dirw)) {
/PHP-8.0/ext/standard/tests/dir/
H A Dreaddir_variation2.phpt13 $dir_handle = opendir($path);
H A Dreaddir_variation2-win32-mb.phpt19 $dir_handle = opendir($path);
H A Drewinddir_variation2.phpt15 var_dump($dir_handle = opendir($dir_path));
H A Drewinddir_variation2-win32-mb.phpt21 var_dump($dir_handle = opendir($dir_path));
H A Dclosedir_variation2.phpt15 $dh = opendir($directory);
H A Dclosedir_variation2-win32-mb.phpt21 $dh = opendir($directory);
H A Dreaddir_variation3.phpt24 $dir_handle = opendir($path_top);
H A Dreaddir_variation3-win32-mb.phpt30 $dir_handle = opendir($path_top);
/PHP-8.0/ext/phar/tests/
H A DGHSA-jqcx-ccgc-xwhv.phpt15 $handle = opendir('phar://' . __DIR__ . '/GHSA-jqcx-ccgc-xwhv.phar');
H A Dcached_manifest_1.phpt13 $a = opendir($pname);
/PHP-8.0/main/
H A Dphp_scandir.c64 if (!(dirp = opendir(dirname))) { in php_scandir()
/PHP-8.0/ext/standard/tests/file/
H A Dflock_basic.phpt25 $dir_handle = opendir($lock_dir);
H A Dfseek_dir_basic.phpt14 var_dump($dh = opendir($path));
/PHP-8.0/ext/standard/tests/general_functions/
H A Dis_scalar.phpt61 $resource = opendir('.');
66 $dfp = opendir(".");
/PHP-8.0/ext/standard/tests/array/
H A Darray_values_variation.phpt14 $resource2 = opendir("."); // Creating a dir resource
H A Darray_values_variation_64bit.phpt14 $resource2 = opendir("."); // Creating a dir resource
H A Darray_search_variation4.phpt11 $dir_handle = opendir( __DIR__ );
H A Din_array_variation4.phpt13 $dir_handle = opendir( __DIR__ );
/PHP-8.0/ext/standard/tests/image/
H A Dimage_type_to_mime_type.phpt10 $dir = opendir(__DIR__) or die('cannot open directory: '.__DIR__);
/PHP-8.0/ext/standard/tests/streams/
H A Dbug40459.phpt69 opendir('test://test');

Completed in 22 milliseconds

123456