Home
last modified time | relevance | path

Searched refs:file_path (Results 76 – 100 of 344) sorted by relevance

12345678910>>...14

/PHP-8.1/ext/standard/tests/file/
H A Dcopy_basic.phpt10 $file_path = __DIR__;
11 $file_name1 = $file_path."/copy_basic1.tmp";
12 $file_name2 = $file_path."/copy_basic2.tmp";
32 $file_path = __DIR__;
33 $file_name1 = $file_path."/copy_basic1.tmp";
34 $file_name2 = $file_path."/copy_basic2.tmp";
H A Dcopy_variation14.phpt8 $file_path = __DIR__;
11 $file = $file_path."/copy_variation14.tmp";
16 var_dump( copy($file_path."/nosuchfile.tmp", $file_path."/copy_nosuchfile.tmp") ); //With non-exis…
17 var_dump( file_exists($file_path."/copy_nosuchfile.tmp") );
20 var_dump( copy($file, $file_path."/nodir/copy_nosuchfile.tmp") ); //With non-existing dir path
21 var_dump( file_exists($file_path."/nodir/copy_nosuchfile.tmp") );
H A Dfilesize_basic.phpt7 $file_path = __DIR__;
13 $file_name = $file_path."/filesize_basic.tmp";
22 $file_path = __DIR__;
23 $file_name = $file_path."/filesize_basic.tmp";
H A Dfilegroup_basic.phpt16 $file_path = __DIR__;
22 $file_name = $file_path."/filegroup_basic.tmp";
30 $dir_name = $file_path."/filegroup_basic";
44 $file_path = __DIR__;
45 $file_name = $file_path."/filegroup_basic.tmp";
46 $dir_name = $file_path."/filegroup_basic";
H A Dstat_variation5-win32.phpt14 $file_path = __DIR__;
15 require "$file_path/file.inc";
18 $file_handle = fopen("$file_path/stat_variation5.tmp", "w"); // temp file
24 $filename = "$file_path/stat_variation5.tmp";
49 $file_path = __DIR__;
50 unlink("$file_path/stat_variation5.tmp");
H A Drename_basic.phpt6 $file_path = __DIR__;
7 require "$file_path/file.inc";
9 $src_name = "$file_path/rename_basic.tmp";
10 $dest_name = "$file_path/rename_basic_new.tmp";
21 $new_stat = stat("$file_path/rename_basic_new.tmp");
H A Dlstat_stat_variation6.phpt23 $file_path = __DIR__;
24 require "$file_path/file.inc";
29 $file_name = "$file_path/lstat_stat_variation6.tmp";
32 $link_name = "$file_path/lstat_stat_variation_link6.tmp";
61 $file_path = __DIR__;
62 unlink("$file_path/lstat_stat_variation6.tmp");
63 unlink("$file_path/lstat_stat_variation_link6.tmp");
H A Dfile_get_contents_file_put_contents_variation1.phpt8 $file_path = __DIR__;
9 include($file_path."/file.inc");
17 file_put_contents( $file_path."/file_put_contents_variation1.tmp", $buffer);
18 var_dump( file_get_contents($file_path."/file_put_contents_variation1.tmp", 0) );
19 var_dump( file_get_contents($file_path."/file_put_contents_variation1.tmp", 1) );
20 var_dump( file_get_contents($file_path."/file_put_contents_variation1.tmp", 0, NULL, 5) );
21 var_dump( file_get_contents($file_path."/file_put_contents_variation1.tmp", 1, NULL, 5) );
22 var_dump( file_get_contents($file_path."/file_put_contents_variation1.tmp", 0, NULL, 5, 20) );
23 var_dump( file_get_contents($file_path."/file_put_contents_variation1.tmp", 1, NULL, 5, 20) );
33 $file_path = __DIR__;
[all …]
H A Dfile_get_contents_file_put_contents_variation2.phpt7 $file_path = __DIR__;
8 include($file_path."/file.inc");
12 mkdir($file_path."/".$dir);
13 $filename = $file_path."/".$dir."/"."file_get_contents_variation2.tmp";
15 ini_set( 'include_path',$file_path."/".$dir );
36 $file_path = __DIR__;
37 unlink($file_path."/file_get_contents_variation2/file_get_contents_variation2.tmp");
38 rmdir($file_path."/file_get_contents_variation2");
H A Drename_variation9.phpt6 $file_path = __DIR__;
11 $dir_name = "$file_path/rename_variation_dir9";
12 $new_dir_name = "$file_path/rename_variation_dir9_new";
21 $src_name = "$file_path/rename_variation9.tmp";
22 $dest_name = "$file_path/rename_variation9_new.tmp";
H A D005_variation-win32.phpt26 $file_path = __DIR__;
30 stat_fn("$file_path/005_variation1.tmp");
35 stat_fn("$file_path/005_variation2.tmp");
40 stat_fn("$file_path/005_variation3.tmp");
43 unlink("$file_path/005_variation1.tmp");
44 unlink("$file_path/005_variation2.tmp");
45 unlink("$file_path/005_variation3.tmp");
48 $file_name = "$file_path/005_variation1.tmp";
137 $file_path = __DIR__;
140 unlink($file_path."/005_variation1.tmp");
[all …]
H A Drealpath_basic3.phpt8 $file_path = __DIR__;
9 mkdir("$file_path/realpath_basic3/home/test/", 0777, true);
11 $file_handle1 = fopen("$file_path/realpath_basic3/home/test/realpath_basic3.tmp", "w");
12 $file_handle2 = fopen("$file_path/realpath_basic3/home/realpath_basic3.tmp", "w");
13 $file_handle3 = fopen("$file_path/realpath_basic3/realpath_basic3.tmp", "w");
34 chdir("$file_path/..");
35 chdir($file_path);
H A Drename_variation8.phpt10 $file_path = __DIR__;
13 $src_name = $file_path."/non_existent_file.tmp";
14 $dest_name = $file_path."/rename_variation8_new.tmp";
23 $dir_name = $file_path."/rename_basic_dir";
25 $new_dir_name = $file_path."/rename_basic_dir1";
33 $non_existent_dir_name = $file_path."/non_existent_dir";
34 $new_dir_name = "$file_path/rename_basic_dir2";
H A Dlstat_stat_variation19.phpt7 $file_path = __DIR__;
8 require "$file_path/file.inc";
13 mkdir("$file_path/lstat_stat_variation19"); // temp dir
15 $fp = fopen("$file_path/lstat_stat_variation19.tmp", "w"); // temp file
22 "$file_path/lstat_stat_variation19.tmp",
23 "$file_path/lstat_stat_variation19"
28 'file' => "$file_path/lstat_stat_variation19.tmp",
29 "dir" => "$file_path/lstat_stat_variation19"
44 $file_path = __DIR__;
45 unlink("$file_path/lstat_stat_variation19.tmp");
[all …]
H A Dlstat_stat_variation11.phpt9 $file_path = __DIR__;
10 require "$file_path/file.inc";
15 $filename = "$file_path/lstat_stat_variation11.tmp";
39 $file_path = __DIR__;
40 unlink("$file_path/lstat_stat_variation11.tmp");
H A Dlstat_stat_variation7.phpt5 $file_path = __DIR__;
6 require "$file_path/file.inc";
10 $file_name = "$file_path/lstat_stat_variation7.tmp";
36 $file_path = __DIR__;
37 unlink("$file_path/lstat_stat_variation7.tmp");
H A Dlstat_stat_variation18.phpt7 $file_path = __DIR__;
8 require "$file_path/file.inc";
12 mkdir("$file_path/lstat_stat_variation18/"); // temp dir
13 $fp = fopen("$file_path/lstat_stat_variation18.tmp", "w"); // temp file
26 $dir_name = new names("$file_path/lstat_stat_variation18");
29 $file_name = new names("$file_path/lstat_stat_variation18.tmp");
43 $file_path = __DIR__;
44 unlink("$file_path/lstat_stat_variation18.tmp");
45 rmdir("$file_path/lstat_stat_variation18");
H A Dis_dir_variation1.phpt7 $file_path = __DIR__;
10 $dirname = $file_path."/is_dir_variation1";
25 $file_path = __DIR__;
26 $dir_name = $file_path."/is_dir_variation1";
H A Dlstat_stat_variation13.phpt11 $file_path = __DIR__;
12 require "$file_path/file.inc";
15 $filename = "$file_path/lstat_stat_variation13.tmp";
38 $file_path = __DIR__;
39 unlink("$file_path/lstat_stat_variation13.tmp");
H A Dlstat_stat_variation17.phpt14 $file_path = __DIR__;
15 require "$file_path/file.inc";
19 $dirname = "$file_path/lstat_stat_variation17";
39 $file_path = __DIR__;
40 rmdir("$file_path/lstat_stat_variation17");
H A Drename_variation8-win32.phpt10 $file_path = __DIR__;
13 $src_name = $file_path."/non_existent_file.tmp";
14 $dest_name = $file_path."/rename_variation8_new.tmp";
23 $dir_name = $file_path."/rename_basic_dir";
25 $new_dir_name = $file_path."/rename_basic_dir1";
33 $non_existent_dir_name = $file_path."/non_existent_dir";
34 $new_dir_name = "$file_path/rename_basic_dir2";
H A Dstat_variation6-win32.phpt15 $file_path = __DIR__;
16 require "$file_path/file.inc";
20 $dirname = "$file_path/stat_variation6";
23 $filename = "$file_path/stat_variation6.tmp";
68 $file_path = __DIR__;
69 unlink("$file_path/stat_variation6.tmp");
70 rmdir("$file_path/stat_variation6");
H A Dis_dir_variation4.phpt7 $file_path = __DIR__;
11 mkdir($file_path.$dir_name);
37 var_dump( is_dir($file_path."/".$dir ) );
48 $file_path = __DIR__;
49 $dir_name = $file_path."/is_dir_variation4";
H A Dlstat_stat_variation4.phpt11 $file_path = __DIR__;
12 require "$file_path/file.inc";
17 $file_name = "$file_path/lstat_stat_variation4.tmp";
44 $file_path = __DIR__;
45 unlink("$file_path/lstat_stat_variation4.tmp");
H A Dlstat_stat_variation16.phpt14 $file_path = __DIR__;
15 require "$file_path/file.inc";
17 $filename = "$file_path/lstat_stat_variation16.tmp";
40 $file_path = __DIR__;
41 unlink("$file_path/lstat_stat_variation16.tmp");

Completed in 17 milliseconds

12345678910>>...14