Home
last modified time | relevance | path

Searched refs:file_path (Results 226 – 250 of 344) sorted by relevance

12345678910>>...14

/PHP-8.1/ext/standard/tests/math/
H A Dasin_basic.phpt11 $file_path = __DIR__;
12 require($file_path."/allowed_rounding_error.inc");
H A Drad2deg_basic.phpt11 $file_path = __DIR__;
12 require($file_path."/allowed_rounding_error.inc");
H A Ddeg2rad_basic.phpt11 $file_path = __DIR__;
12 require($file_path."/allowed_rounding_error.inc");
H A Dsin_basic.phpt11 $file_path = __DIR__;
12 require($file_path."/allowed_rounding_error.inc");
H A Dcos_basic.phpt11 $file_path = __DIR__;
12 require($file_path."/allowed_rounding_error.inc");
/PHP-8.1/ext/standard/tests/file/
H A Dunlink_error.phpt12 $file_path = __DIR__;
14 $filename = "$file_path/unlink_error.tmp"; // temp file name used here
36 $dirname = "$file_path/unlink_error";
H A Dcopy_variation11.phpt7 $file_path = __DIR__;
10 $file = $file_path."/copy_variation11.tmp";
15 $dir = $file_path."/copy_variation11";
H A Dunlink_error-win32.phpt12 $file_path = __DIR__;
14 $filename = "$file_path/unlink_error.tmp"; // temp file name used here
37 $dirname = "$file_path/unlink_error";
H A Dfilesize_variation4.phpt12 $file_path = __DIR__;
17 $filename = $file_path."/filesize_variation4.tmp";
78 $file_path = __DIR__;
79 unlink($file_path."/filesize_variation4.tmp");
80 unlink($file_path."/filesize_variation4_empty.tmp");
H A Dsymlink_link_linkinfo_is_link_variation1.phpt15 $file_path = __DIR__;
16 $dirname = "$file_path/symlink_link_linkinfo_is_link_variation1/test/home";
20 $filename = "$file_path/symlink_link_linkinfo_is_link_variation1/symlink_link_linkinfo_is_link_vari…
97 $file_path = __DIR__;
98 $dirname = "$file_path/symlink_link_linkinfo_is_link_variation1";
H A Dsymlink_link_linkinfo_is_link_variation9.phpt16 $file_path = __DIR__;
17 $dirname = $file_path."/symlink_link_linkinfo_is_link_variation9";
86 $file_path = __DIR__;
87 $dirname = $file_path."/symlink_link_linkinfo_is_link_variation9";
H A D007_variation11-win32.phpt17 $file_path = __DIR__;
18 require($file_path."/file.inc");
20 create_files($file_path, 1, "text_with_new_line", 0755, 20, "wt", "007_variation", 11, "bytes");
21 $file = $file_path."/007_variation11.tmp";
H A D007_variation11.phpt17 $file_path = __DIR__;
18 require($file_path."/file.inc");
20 create_files($file_path, 1, "text_with_new_line", 0755, 20, "wt", "007_variation", 11, "bytes");
21 $file = $file_path."/007_variation11.tmp";
H A D007_variation12-win32.phpt17 $file_path = __DIR__;
18 require($file_path."/file.inc");
20 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 12, "bytes");
21 $file = $file_path."/007_variation12.tmp";
H A D007_variation12.phpt17 $file_path = __DIR__;
18 require($file_path."/file.inc");
20 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 12, "bytes");
21 $file = $file_path."/007_variation12.tmp";
H A D007_variation19.phpt12 $file_path = __DIR__;
13 require($file_path."/file.inc");
15 create_files($file_path, 1, "text_with_new_line", 0755, 20, "wb", "007_variation", 19, "bytes");
16 $file = $file_path."/007_variation19.tmp";
H A D007_variation20.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", 20, "bytes");
16 $file = $file_path."/007_variation20.tmp";
H A D007_variation3.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", 3, "bytes");
16 $file = $file_path."/007_variation3.tmp";
H A Dfscanf_variation52.phpt8 $file_path = __DIR__;
28 $filename = "$file_path/fscanf_variation52.tmp";
55 $file_path = __DIR__;
56 $filename = "$file_path/fscanf_variation52.tmp";
H A Dtempnam_variation5-win32.phpt14 $file_path = __DIR__;
17 $dir_name = $file_path."/tempnam_variation5";
H A Dtempnam_variation5.phpt12 $file_path = __DIR__;
15 $dir_name = $file_path."/tempnam_variation5";
H A Dbasename_basic-win32.phpt61 foreach ($file_paths as $file_path) {
62 var_dump(basename($file_path));
H A Dbasename_basic.phpt61 foreach ($file_paths as $file_path) {
62 var_dump(basename($file_path));
H A Dfscanf_variation26.phpt8 $file_path = __DIR__;
13 $filename = "$file_path/fscanf_variation26.tmp";
63 $file_path = __DIR__;
64 $filename = "$file_path/fscanf_variation26.tmp";
H A Drename_variation13-win32.phpt35 $file_path = __DIR__."/renameVar13";
36 $aFile = $file_path.'/afile.tmp';
38 if (!mkdir($file_path)) {
39 die("fail to create $file_path tmp dir");
61 rmdir($file_path);

Completed in 26 milliseconds

12345678910>>...14