Home
last modified time | relevance | path

Searched refs:dir (Results 126 – 150 of 528) sorted by last modified time

12345678910>>...22

/PHP-5.5/ext/standard/tests/file/
H A Dstat_variation4-win32.phpt17 /* test the effects on the stats of dir/file for using is_dir() & is_file() on dir/file */
24 mkdir("$file_path/stat_variation4/"); // temp dir
H A Dstat_variation6-win32.phpt2 Test stat() functions: usage variations - changing permissions of dir/file
17 /* test the effects on the stats of dir/file for changing permissions of dir/file */
26 mkdir($dirname); // temp dir
H A Dstat_variation7-win32.phpt2 Test stat() functions: usage variations - names of dir/file stored in objects
17 /* test the stats of dir/file when their names are stored in objects */
24 mkdir("$file_path/stat_variation7/"); // temp dir
H A Dsymlink_link_linkinfo_is_link_basic1.phpt26 // temp dir created in present working directory
28 mkdir("$file_path/$dirname"); // creating temp dir
H A Dsymlink_link_linkinfo_is_link_basic2.phpt28 /* Creating soft/hard link to the temporary dir $dirname and checking
H A Dparse_ini_file_variation6-win32.phpt19 $mainDir = "parseIniFileVar6.dir";
59 $dir = $allDirs[$i];
61 var_dump(parse_ini_file($dir."\\".$filename));
100 Warning: parse_ini_file(%sparseIniFileVar6.dir\parseIniFileVar6Sub\..\\\parseIniFileVar6Sub\\..\\..…
105 Warning: parse_ini_file(%sparseIniFileVar6.dir\parseIniFileVar6Sub\BADDIR\ParseIniFileVar6.ini): fa…
H A Dparse_ini_file_variation6.phpt14 $mainDir = "parseIniFileVar6.dir";
51 $dir = $allDirs[$i];
53 var_dump(parse_ini_file($dir."/".$filename));
92 Warning: parse_ini_file(%sparseIniFileVar6.dir/parseIniFileVar6Sub/..///parseIniFileVar6Sub//..//..…
97 Warning: parse_ini_file(%sparseIniFileVar6.dir/parseIniFileVar6Sub/BADDIR/ParseIniFileVar6.ini): fa…
H A Dpathinfo_basic.phpt18 "/dir/test.tar.gz",
116 %unicode|string%(4) "/dir"
122 %unicode|string%(4) "/dir"
H A Dreadfile_variation10-win32.phpt33 "/no/such/file/dir" => "/no/such/file/dir",
80 -- Filename: /no/such/file/dir --
82 Warning: readfile(/no/such/file/dir): failed to open stream: No such file or directory in %s on lin…
H A Dreadfile_variation10.phpt34 "/no/such/file/dir",
H A Dreadfile_variation3.phpt17 // temp dir created
H A Dreadfile_variation6.phpt19 $thisTestDir = "readfileVar6.dir";
H A Dreadfile_variation7.phpt19 $thisTestDir = "readfileVar7.dir";
H A Dreadfile_variation8-win32.phpt61 $dir = $allDirs[$i];
62 echo "\n-- $dir --\n";
63 $ok = readfile($dir.'\\'.$theFile);
H A Dreadfile_variation9.phpt53 $dir = $allDirs[$i];
55 $ok = readfile($dir.'/'.$theFile);
H A Dreadlink_realpath_variation2.phpt20 // create temp dir
H A Dis_readable_variation2.phpt2 Test is_readable() function: usage variations - file/dir with diff. perms
24 /* test is_executable() with file/dir having different permissions */
H A Dlstat_stat_basic.phpt26 // creating dir
30 // stat of the dir created
43 // now new stat of the dir after file is created
72 echo "-- comparing difference in dir stats before and after creating file in it --\n";
97 -- comparing difference in dir stats before and after creating file in it --
H A Dlstat_stat_error.phpt30 var_dump( stat(dirname(__FILE__), 2) ); //dir, args > expected
33 var_dump( stat("$file_path/temp/") ); // non existing dir
H A Dlstat_stat_variation10.phpt19 /* test the effects of is_dir() on stats of a dir */
27 mkdir($dirname); // temp dir
H A Dis_writable_variation2.phpt2 Test is_writable() and its alias is_writeable() function: usage variations - file/dir with diff. pe…
27 /* test is_executable() with file/dir having different permissions */
H A Dlstat_stat_variation17.phpt2 Test lstat() and stat() functions: usage variations - effects changing permissions of dir
19 /* test the effects on stats by changing permissions of a dir */
25 echo "*** Testing lstat() on a dir after changing its access permission ***\n";
51 *** Testing lstat() on a dir after changing its access permission ***
H A Dlstat_stat_variation18.phpt2 Test lstat() and stat() functions: usage variations - dir/file name stored in object
18 /* test for stats of dir/file when their names are stored in objects */
25 mkdir("$file_path/lstat_stat_variation18/"); // temp dir
H A Dlstat_stat_variation19.phpt2 Test lstat() and stat() functions: usage variations - dir/file names in array
18 /* test for stats of dir/file when their names are stored in an array */
25 @rmdir("$file_path/lstat_stat_variation19"); // ensure that dir doesn't exists
26 mkdir("$file_path/lstat_stat_variation19"); // temp dir
42 "dir" => "$file_path/lstat_stat_variation19"
49 echo "\n-- Testing stat() on dir name stored inside an array --\n";
51 var_dump( stat($names_with_key["dir"]) ); // value stored with string key
175 -- Testing stat() on dir name stored inside an array --
H A Dlstat_stat_variation2.phpt2 Test lstat() and stat() functions: usage variations - effects of rename() on dir
18 /* test the effects of rename() on stats of dir */
24 mkdir("$file_path/lstat_stat_variation1/"); // temp dir

Completed in 46 milliseconds

12345678910>>...22