Home
last modified time | relevance | path

Searched refs:temp (Results 151 – 175 of 241) sorted by path

12345678910

/php-src/ext/standard/tests/file/
H A Dstat_basic-win32.phpt16 /* creating temp directory and file */
H A Dstat_error-win32.phpt16 var_dump( stat("$file_path/temp.tmp") ); // non existing file
17 var_dump( stat("$file_path/temp/") ); // non existing dir
H A Dstat_variation1-win32-mb.phpt18 /* create temp file and directory */
19 mkdir("$file_path/stat_variation1_私はガラスを食べられます/"); // temp dir
21 $file_handle = fopen("$file_path/stat_variation1_私はガラスを食べられます.tmp", "w"); // temp file
H A Dstat_variation1-win32.phpt18 /* create temp file and directory */
19 mkdir("$file_path/stat_variation1/"); // temp dir
21 $file_handle = fopen("$file_path/stat_variation1.tmp", "w"); // temp file
H A Dstat_variation2-win32.phpt20 $file_handle = fopen($filename, "w"); // temp file
31 $file_handle = fopen($filename, "w"); // temp file
H A Dstat_variation3-win32.phpt18 /* create temp file and directory */
19 mkdir("$file_path/stat_variation3/"); // temp dir
H A Dstat_variation4-win32.phpt18 /* create temp file and directory */
19 mkdir("$file_path/stat_variation4/"); // temp dir
21 $file_handle = fopen("$file_path/stat_variation4.tmp", "w"); // temp file
H A Dstat_variation5-win32.phpt18 $file_handle = fopen("$file_path/stat_variation5.tmp", "w"); // temp 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";

Completed in 33 milliseconds

12345678910