Home
last modified time | relevance | path

Searched refs:temp (Results 76 – 100 of 241) sorted by relevance

12345678910

/PHP-7.4/ext/standard/tests/array/
H A D001.phpt26 $temp[$x] = $array;
28 return $temp;
H A Darray_change_key_case_variation4.phpt19 $temp = $input;
20 var_dump(array_change_key_case($temp, $i));
/PHP-7.4/ext/standard/tests/file/
H A Dstat_variation2-win32.phpt25 $file_handle = fopen($filename, "w"); // temp file
36 $file_handle = fopen($filename, "w"); // temp file
H A Dlstat_stat_variation15.phpt27 $fp = fopen($filename, "w"); // temp file
30 // temp link
H A Dlstat_stat_variation4.phpt22 /* create temp file */
25 $fp = fopen($file_name, "w"); // temp file
H A Dtempnam_variation8-win32.phpt65 echo "temp dir\n";
122 File created in => temp dir
129 File created in => temp dir
151 File created in => temp dir
H A Dlstat_stat_variation18.phpt18 /* create temp file and directory */
19 mkdir("$file_path/lstat_stat_variation18/"); // temp dir
20 $fp = fopen("$file_path/lstat_stat_variation18.tmp", "w"); // temp file
H A Dlstat_stat_variation21.phpt25 /* create temp file */
27 $fp = fopen($filename, "w"); // temp file
H A Dlstat_stat_variation5.phpt25 /* create temp directory */
29 mkdir($dir_name); // 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_variation8.phpt25 /* create temp file */
26 mkdir("$file_path/lstat_stat_variation8/"); // temp dir
H A Dlstat_stat_variation10.phpt22 /* create temp file, link and directory */
24 mkdir($dirname); // temp dir
H A Dunlink_error-win32.phpt17 $filename = "$file_path/unlink_error.tmp"; // temp file name used here
52 // temp directory used here
54 // create temp dir
H A Dunlink_error.phpt17 $filename = "$file_path/unlink_error.tmp"; // temp file name used here
52 // temp directory used here
54 // create temp dir
H A Dunlink_error-win32-mb.phpt19 $filename = "$file_path/unlink_error.tmp"; // temp file name used here
54 // temp directory used here
56 // create temp dir
H A Dmkdir_rmdir_error.phpt23 var_dump( rmdir("temp") );
56 Warning: rmdir(temp): No such file or directory in %s on line %d
/PHP-7.4/ext/standard/tests/streams/
H A Dbug63240.phpt5 $fd = fopen('php://temp', 'r+');
H A Dbug61115.phpt8 $resourceFileTemp = fopen('php://temp', 'r+');
H A Dbug65483.phpt8 $fd = fopen('php://temp', 'w+');
H A Dbug61115-1.phpt12 $fileResourceTemp = fopen('php://temp', 'wr');
/PHP-7.4/ext/json/tests/
H A Dbug73254.phpt12 $fp = fopen('php://temp', 'r');
/PHP-7.4/ext/standard/tests/strings/
H A Ddirname_variation.phpt8 class temp
40 new temp,
/PHP-7.4/ext/standard/
H A Dfile.c428 while (temp && *temp) { in PHP_FUNCTION()
430 *temp = '_'; in PHP_FUNCTION()
432 temp++; in PHP_FUNCTION()
462 while (temp && *temp) { in PHP_FUNCTION()
464 *temp = '_'; in PHP_FUNCTION()
466 temp++; in PHP_FUNCTION()
2116 tptr = temp; in php_fgetcsv()
2190 temp = new_temp; in php_fgetcsv()
2324 comp_end = (char *)php_fgetcsv_lookup_trailing_spaces(temp, tptr - temp, delimiter); in php_fgetcsv()
2332 add_next_index_stringl(return_value, temp, comp_end - temp); in php_fgetcsv()
[all …]
/PHP-7.4/ext/curl/tests/
H A Dcurl_multi_select_basic1.phpt14 * Test documentation: http://wiki.php.net/qa/temp/ext/curl

Completed in 49 milliseconds

12345678910