Home
last modified time | relevance | path

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

123456789

/PHP-5.3/ext/standard/tests/file/
H A Dlstat_stat_variation18.phpt24 /* create temp file and directory */
25 mkdir("$file_path/lstat_stat_variation18/"); // temp dir
26 $fp = fopen("$file_path/lstat_stat_variation18.tmp", "w"); // temp file
H A Dmkdir_rmdir_error.phpt23 var_dump( rmdir("temp") );
56 Warning: rmdir(temp): No such file or directory in %s on line %d
H A Dsymlink_link_linkinfo_is_link_basic1.phpt26 // temp dir created in present working directory
28 mkdir("$file_path/$dirname"); // creating temp dir
30 /* Creating soft/hard link to $filename created in temp directory $dirname
H A Dunlink_error-win32.phpt17 $filename = "$file_path/unlink_error.tmp"; // temp file name used here
53 // temp directory used here
55 // create temp dir
H A Dunlink_error.phpt17 $filename = "$file_path/unlink_error.tmp"; // temp file name used here
53 // temp directory used here
55 // create temp dir
H A Dstat_variation3-win32.phpt23 /* create temp file and directory */
24 mkdir("$file_path/stat_variation3/"); // temp dir
H A Dmkdir_rmdir_variation2.phpt38 var_dump( mkdir("$file_path/temp".chr(0)."/") );
39 var_dump( rmdir("$file_path/temp".chr(0)."/") );
H A Dsymlink_link_linkinfo_is_link_variation1.phpt26 // creating temp directory which will contain temp file and links created
31 // creating temp file; links are created to this file later on
/PHP-5.3/ext/standard/tests/strings/
H A Ddirname_variation.phpt8 class temp
40 new temp,
/PHP-5.3/ext/standard/tests/array/
H A Drsort_variation2.phpt94 $temp = $array_arg;
96 var_dump( rsort($temp, $input) );
97 var_dump($temp);
100 $temp = null;
H A Darray_change_key_case_variation4.phpt19 $temp = $input;
20 var_dump(array_change_key_case($temp, $i));
/PHP-5.3/ext/standard/
H A Dfile.c420 while (temp && *temp) { in PHP_FUNCTION()
422 *temp = '_'; in PHP_FUNCTION()
424 temp++; in PHP_FUNCTION()
460 while (temp && *temp) { in PHP_FUNCTION()
462 *temp = '_'; in PHP_FUNCTION()
464 temp++; in PHP_FUNCTION()
2199 tptr = temp; in php_fgetcsv()
2272 temp = new_temp; in php_fgetcsv()
2405 comp_end = (char *)php_fgetcsv_lookup_trailing_spaces(temp, tptr - temp, delimiter TSRMLS_CC); in php_fgetcsv()
2413 add_next_index_stringl(return_value, temp, comp_end - temp, 1); in php_fgetcsv()
[all …]
/PHP-5.3/ext/standard/tests/streams/
H A Dbug61115-1.phpt12 $fileResourceTemp = fopen('php://temp', 'wr');
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dqueue.c719 void *key, *temp; in QuickSort() local
737 temp = list[i]; in QuickSort()
739 list[j] = temp; in QuickSort()
744 temp = list[low]; in QuickSort()
746 list[j] = temp; in QuickSort()
/PHP-5.3/ext/zlib/tests/
H A Dgzwrite_error2.phpt12 $filename = "temp.txt.gz";
H A Dgzwrite_basic.phpt12 $filename = "temp.txt.gz";
H A Dgzeof_variation1.phpt12 $filename = dirname(__FILE__)."/temp.txt.gz";
H A Dgzputs_basic.phpt12 $filename = dirname(__FILE__)."/temp.txt.gz";
H A Dgzread_variation1.phpt12 $filename = "temp.txt.gz";
H A Dzlib_wrapper_fflush_basic.phpt12 $filename = "temp.txt.gz";
H A Dzlib_wrapper_ftruncate_basic.phpt12 $f2 = "temp.txt.gz";
/PHP-5.3/ext/curl/tests/
H A Dcurl_multi_select_basic1.phpt14 * Test documentation: http://wiki.php.net/qa/temp/ext/curl
H A Dcurl_multi_init_basic.phpt13 * Test documentation: http://wiki.php.net/qa/temp/ext/curl
/PHP-5.3/ext/standard/tests/filters/
H A Dbug50363.phpt8 $b = fopen('php://temp', 'w+');
/PHP-5.3/ext/wddx/tests/
H A D003.phpt10 $fp = fopen("php://temp", 'w+');

Completed in 35 milliseconds

123456789