Home
last modified time | relevance | path

Searched refs:file_path (Results 201 – 225 of 344) sorted by relevance

12345678910>>...14

/PHP-8.1/ext/standard/tests/file/
H A Dfscanf_variation47.phpt8 $file_path = __DIR__;
13 $filename = "$file_path/fscanf_variation47.tmp";
71 $file_path = __DIR__;
72 $filename = "$file_path/fscanf_variation47.tmp";
H A Dunlink_variation1-win32-mb.phpt17 $file_path = __DIR__.DIRECTORY_SEPARATOR."unlinkVar1私はガラスを食べられます";
18 @mkdir($file_path);
21 $dirname = "$file_path/unlink_variation1";
65 rmdir($file_path);
H A Dcopy_variation5.phpt14 $file_path = __DIR__;
15 $src_file_name = $file_path."/copy_variation5.tmp";
38 $dest_file_name = $file_path."/$dest_file";
63 unlink($file_path."/".$dest_file);
H A Dcopy_variation8.phpt15 $file_path = __DIR__;
17 $base_dir = $file_path."/copy_variation8";
24 $file = $file_path."/copy_variation8.tmp";
27 $symlink = $file_path."/copy_variation8_symlink.tmp";
28 $hardlink = $file_path."/copy_variation8_hardlink.tmp";
H A Dcopy_variation10.phpt7 $file_path = __DIR__;
10 $file = $file_path."/copy_variation10.tmp";
H A Dreadfile_variation1.phpt9 $file_path = __DIR__;
17 $filename = "$file_path/readfile_variation1.tmp";
H A Dfscanf_variation13.phpt8 $file_path = __DIR__;
13 $filename = "$file_path/fscanf_variation13.tmp";
64 $file_path = __DIR__;
65 $filename = "$file_path/fscanf_variation13.tmp";
H A Dfscanf_variation16.phpt8 $file_path = __DIR__;
13 $filename = "$file_path/fscanf_variation16.tmp";
75 $file_path = __DIR__;
76 $filename = "$file_path/fscanf_variation16.tmp";
H A Dfscanf_variation19.phpt8 $file_path = __DIR__;
13 $filename = "$file_path/fscanf_variation19.tmp";
68 $file_path = __DIR__;
69 $filename = "$file_path/fscanf_variation19.tmp";
H A Dfscanf_variation22.phpt8 $file_path = __DIR__;
13 $filename = "$file_path/fscanf_variation22.tmp";
75 $file_path = __DIR__;
76 $filename = "$file_path/fscanf_variation22.tmp";
H A Dfscanf_variation25.phpt8 $file_path = __DIR__;
13 $filename = "$file_path/fscanf_variation25.tmp";
68 $file_path = __DIR__;
69 $filename = "$file_path/fscanf_variation25.tmp";
H A Dfscanf_variation32.phpt8 $file_path = __DIR__;
13 $filename = "$file_path/fscanf_variation32.tmp";
69 $file_path = __DIR__;
70 $filename = "$file_path/fscanf_variation32.tmp";
H A Dfscanf_variation38.phpt8 $file_path = __DIR__;
13 $filename = "$file_path/fscanf_variation38.tmp";
64 $file_path = __DIR__;
65 $filename = "$file_path/fscanf_variation38.tmp";
H A Dfscanf_variation44.phpt8 $file_path = __DIR__;
13 $filename = "$file_path/fscanf_variation44.tmp";
64 $file_path = __DIR__;
65 $filename = "$file_path/fscanf_variation44.tmp";
H A Dfscanf_variation7.phpt8 $file_path = __DIR__;
13 $filename = "$file_path/fscanf_variation7.tmp";
64 $file_path = __DIR__;
65 $filename = "$file_path/fscanf_variation7.tmp";
H A Drename_variation13.phpt15 $file_path = __DIR__."/renameVar13";
16 $aFile = $file_path.'/afile.tmp';
18 mkdir($file_path);
52 rmdir($file_path);
H A D007_variation4.phpt12 $file_path = __DIR__;
13 require($file_path."/file.inc");
15 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 4, "bytes");
16 $file = $file_path."/007_variation4.tmp";
H A Dcopy_variation5-win32.phpt15 $file_path = __DIR__;
16 $src_file_name = $file_path."/copy_variation5.tmp";
39 $dest_file_name = $file_path."/$dest_file";
65 unlink($file_path."/".$dest_file);
H A Dfscanf_variation50.phpt8 $file_path = __DIR__;
13 $filename = "$file_path/fscanf_variation50.tmp";
64 $file_path = __DIR__;
65 $filename = "$file_path/fscanf_variation50.tmp";
/PHP-8.1/ext/standard/tests/math/
H A Dsinh_basic.phpt11 $file_path = __DIR__;
12 require($file_path."/allowed_rounding_error.inc");
H A Dtanh_basic.phpt10 $file_path = __DIR__;
11 require($file_path."/allowed_rounding_error.inc");
H A Dcosh_basic.phpt11 $file_path = __DIR__;
12 require($file_path."/allowed_rounding_error.inc");
H A Dlog10_basic.phpt11 $file_path = __DIR__;
12 require($file_path."/allowed_rounding_error.inc");
H A Dacos_basic.phpt11 $file_path = __DIR__;
12 require($file_path."/allowed_rounding_error.inc");
/PHP-8.1/ext/standard/tests/dir/
H A Ddir_variation3.phpt20 $file_path = __DIR__;
21 $dir_path = $file_path."/dir_variation3";
47 $file_path = __DIR__;
48 $dir_path = $file_path."/dir_variation3";
75 $file_path = __DIR__;
76 $dir_path = $file_path."/dir_variation3";

Completed in 63 milliseconds

12345678910>>...14