Home
last modified time | relevance | path

Searched refs:temp (Results 51 – 75 of 205) sorted by relevance

123456789

/PHP-5.3/ext/standard/tests/file/
H A Dstat_variation4-win32.phpt23 /* create temp file and directory */
24 mkdir("$file_path/stat_variation4/"); // temp dir
26 $file_handle = fopen("$file_path/stat_variation4.tmp", "w"); // temp file
H A Dstat_variation6-win32.phpt24 /* create temp file and directory */
26 mkdir($dirname); // temp dir
29 $file_handle = fopen($filename, "w"); // temp file
H A Dunlink_basic.phpt12 $filename = "$file_path/unlink_basic.tmp"; // temp file name used here
24 // temp file name used here
H A Dtempnam_variation8-win32.phpt65 echo "temp dir\n";
120 File created in => temp dir
125 File created in => temp dir
145 File created in => temp dir
H A Dlstat_stat_variation10.phpt25 /* create temp file, link and directory */
27 mkdir($dirname); // temp dir
H A Dlstat_stat_error.phpt22 var_dump( lstat("$file_path/temp.tmp") ); // non existing file
32 var_dump( stat("$file_path/temp.tmp") ); // non existing file
33 var_dump( stat("$file_path/temp/") ); // non existing dir
H A Dlstat_stat_variation1.phpt23 /* create temp file */
24 $fp = fopen("$file_path/lstat_stat_variation1.tmp", "w"); // temp file
H A Dlstat_stat_variation11.phpt24 /* create temp file */
26 $fp = fopen($filename, "w"); // temp file
H A Dlstat_stat_variation14.phpt24 /* create temp file & link */
26 $fp = fopen($filename, "w"); // temp file
H A Dstat_variation2-win32.phpt25 $file_handle = fopen($filename, "w"); // temp file
36 $file_handle = fopen($filename, "w"); // temp file
H A Dfile_error.phpt21 var_dump( file("temp.tmp") ); // non existing filename
44 Warning: file(temp.tmp): failed to open stream: No such file or directory in %s on line %d
H A Dlstat_stat_variation2.phpt23 /* create temp directory */
24 mkdir("$file_path/lstat_stat_variation1/"); // temp dir
H A Dlstat_stat_variation4.phpt25 /* create temp file */
28 $fp = fopen($file_name, "w"); // temp file
H A Dlstat_stat_variation8.phpt25 /* create temp file */
26 mkdir("$file_path/lstat_stat_variation8/"); // temp dir
H A Dreadfile_variation3.phpt17 // temp dir created
19 // temp file name used here
H A Dstat_error-win32.phpt24 var_dump( stat("$file_path/temp.tmp") ); // non existing file
25 var_dump( stat("$file_path/temp/") ); // non existing dir
H A Dlstat_stat_variation15.phpt26 $fp = fopen($filename, "w"); // temp file
29 // temp link
H A Dlstat_stat_variation21.phpt25 /* create temp file */
27 $fp = fopen($filename, "w"); // temp file
H A Dlstat_stat_variation5.phpt26 /* create temp directory */
30 mkdir($dir_name); // temp dir
/PHP-5.3/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp152 UnicodeString temp; in umsg_parse_helper() local
186 fargs[i].getString(temp); in umsg_parse_helper()
187 intl_convert_utf16_to_utf8(&stmp, &stmp_len, temp.getBuffer(), temp.length(), status); in umsg_parse_helper()
/PHP-5.3/ext/standard/tests/array/
H A D001.phpt26 $temp[$x] = $array;
28 return $temp;
/PHP-5.3/Zend/tests/
H A Derrmsg_043.phpt2 errmsg: cannot create references to temp array
/PHP-5.3/ext/spl/tests/
H A Dbug51374.phpt9 $fileInfo = new SplFileInfo('php://temp');
/PHP-5.3/ext/standard/tests/streams/
H A Dbug63240.phpt5 $fd = fopen('php://temp', 'r+');
H A Dbug61115.phpt8 $resourceFileTemp = fopen('php://temp', 'r+');

Completed in 22 milliseconds

123456789