Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/standard/tests/dir/
H A Dreaddir_variation2.phpt18 $dir_handle = opendir($path);
H A Dreaddir_error.phpt22 $dir_handle = opendir($path);
H A Drewinddir_error.phpt23 $dir_handle = opendir($dir_path);
H A Dclosedir_error.phpt23 $dir_handle = opendir($dir_path);
H A Drewinddir_variation2.phpt21 var_dump($dir_handle = opendir($dir_path));
H A Dclosedir_variation2.phpt21 $dh = opendir($directory);
H A Dreaddir_variation3.phpt29 $dir_handle = opendir($path_top);
/PHP-5.5/main/
H A Dphp_scandir.c73 if (!(dirp = opendir(dirname))) { in php_scandir()
/PHP-5.5/ext/standard/tests/file/
H A Dis_dir_variation3.phpt12 $dir_handle = opendir( dirname(__FILE__) );
H A Dflock_basic.phpt23 $dir_handle = opendir("$file_path/dir");
H A Dfseek_dir_basic.phpt14 var_dump($dh = opendir($path));
/PHP-5.5/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
/PHP-5.5/ext/session/tests/
H A Dsave_handler.inc48 $directory = opendir($session_save_path."/");
/PHP-5.5/ext/phar/tests/
H A Dcached_manifest_1.phpt14 $a = opendir($pname);
H A Dcached_manifest_1U.phpt14 $a = opendir($pname);
/PHP-5.5/ext/standard/tests/image/
H A Dimage_type_to_mime_type.phpt11 $dir = opendir(dirname(__FILE__)) or die('cannot open directory: '.dirname(__FILE__));
/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_variation5.phpt14 $dfp = opendir ( dirname(__FILE__) );
H A Dsprintf_variation11.phpt14 $dfp = opendir ( dirname(__FILE__) );
H A Dsprintf_variation23.phpt14 $dfp = opendir ( dirname(__FILE__) );
H A Dsprintf_variation30.phpt14 $dfp = opendir ( dirname(__FILE__) );
H A Dsprintf_variation42.phpt14 $dfp = opendir ( dirname(__FILE__) );
H A Dsprintf_variation48.phpt14 $dfp = opendir ( dirname(__FILE__) );
H A Dsprintf_variation36.phpt14 $dfp = opendir ( dirname(__FILE__) );
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_scalar.phpt65 $resource = opendir('.');
70 $dfp = opendir(".");

Completed in 18 milliseconds

123456