Home
last modified time | relevance | path

Searched refs:temp (Results 126 – 150 of 241) sorted by last modified time

12345678910

/php-src/ext/standard/tests/file/
H A Dstat_variation6-win32.phpt19 /* create temp file and directory */
21 mkdir($dirname); // temp dir
24 $file_handle = fopen($filename, "w"); // temp file
H A Dstat_variation7-win32.phpt18 /* create temp file and directory */
19 mkdir("$file_path/stat_variation7/"); // temp dir
21 $file_handle = fopen("$file_path/stat_variation7.tmp", "w"); // temp file
H A Dstat_variation8-win32.phpt19 /* create temp file and directory */
22 $file_handle = fopen($filename, "w"); // temp file
28 // create temp file
H A Dstream_enclosed.phpt7 $s = fopen('php://temp/maxmemory=1024','wb+');
9 $t = fopen('php://temp/maxmemory=1024','wb+');
H A Dsymlink_link_linkinfo_is_link_basic1.phpt14 // temp dir created in present working directory
16 mkdir("$file_path/$dirname"); // creating temp dir
18 /* Creating soft/hard link to $filename created in temp directory $dirname
H A Dsymlink_link_linkinfo_is_link_error1.phpt11 // create temp $filename and create link $linkname to it
13 $fp = fopen($filename, "w"); // create temp file
H A Dsymlink_link_linkinfo_is_link_error2.phpt11 // create temp $filename and create link $linkname to it
13 $fp = fopen($filename, "w"); // create temp file
H A Dsymlink_link_linkinfo_is_link_variation1.phpt14 // creating temp directory which will contain temp file and links created
19 // creating temp file; links are created to this file later on
H A Dsymlink_link_linkinfo_is_link_variation3.phpt23 // create temp file
59 // now check temp file for data; it should append "Hello World"
76 // write to temp file
H A Dsymlink_link_linkinfo_is_link_variation4.phpt15 // create temp file
40 // now check temp file for data; it should append "Hello World"
51 // write to temp file
H A Dsymlink_link_linkinfo_is_link_variation5.phpt20 // create temp dir
H A Dsymlink_link_linkinfo_is_link_variation6.phpt13 // temp file used
H A Dsymlink_link_linkinfo_is_link_variation7.phpt14 // temp file used
20 // temp dirname used
H A Dsymlink_link_linkinfo_is_link_variation8.phpt16 // temp file used
19 // temp link name used
23 // create temp file
32 // delete temp file
34 // delete temp dir
39 // temp link name used
43 // create temp file
52 // delete temp file
54 // delete temp dir
H A Dsymlink_link_linkinfo_is_link_variation9.phpt15 // temp file used
H A Dtempnam_variation1-win32-mb.phpt35 echo "temp dir\n";
H A Dtempnam_variation1-win32.phpt35 echo "temp dir\n";
H A Dtempnam_variation1.phpt39 echo "temp dir\n";
H A Dtempnam_variation2-win32.phpt62 echo "temp dir\n";
124 File created in => temp dir
136 File created in => temp dir
143 File created in => temp dir
165 File created in => temp dir
H A Dtempnam_variation2.phpt62 echo "temp dir\n";
124 File created in => temp dir
136 File created in => temp dir
143 File created in => temp dir
165 File created in => temp dir
H A Dtempnam_variation3-win32.phpt17 echo "Failed, cannot create temp dir $filepath\n";
H A Dtempnam_variation3.phpt58 echo "temp dir\n";
H A Dtempnam_variation6-win32.phpt31 echo "temp dir\n";
H A Dtempnam_variation6.phpt29 echo "temp dir\n";
H A Dtempnam_variation7-win32.phpt54 echo "temp dir\n";
72 File created in => temp dir
78 File created in => temp dir
82 File created in => temp dir
86 File created in => temp dir
92 File created in => temp dir
102 File created in => temp dir
108 File created in => temp dir

Completed in 27 milliseconds

12345678910