Home
last modified time | relevance | path

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

12345678910

/php-src/ext/standard/tests/file/
H A Dlstat_stat_variation1.phpt10 /* create temp file */
11 $fp = fopen("$file_path/lstat_stat_variation1.tmp", "w"); // temp file
H A Dlstat_stat_variation11.phpt14 /* create temp file */
16 $fp = fopen($filename, "w"); // temp file
H A Dlstat_stat_variation14.phpt11 /* create temp file & link */
13 $fp = fopen($filename, "w"); // temp file
H A Dlstat_stat_variation2.phpt10 /* create temp directory */
11 mkdir("$file_path/lstat_stat_variation1/"); // temp dir
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 Dlstat_stat_variation4.phpt15 /* create temp file */
18 $fp = fopen($file_name, "w"); // temp file
H A Dlstat_stat_variation10.phpt15 /* create temp file, link and directory */
17 mkdir($dirname); // temp dir
H A Dlstat_stat_variation15.phpt20 $fp = fopen($filename, "w"); // temp file
23 // temp link
H A Dlstat_stat_variation21.phpt18 /* create temp file */
20 $fp = fopen($filename, "w"); // temp file
H A Dlstat_stat_variation5.phpt18 /* create temp directory */
22 mkdir($dir_name); // temp dir
H A Dlstat_stat_variation8.phpt18 /* create temp file */
19 mkdir("$file_path/lstat_stat_variation8/"); // temp dir
H A Dstat_variation2-win32.phpt20 $file_handle = fopen($filename, "w"); // temp file
31 $file_handle = fopen($filename, "w"); // temp file
H A Dtempnam_variation8-win32.phpt61 echo "temp dir\n";
118 File created in => temp dir
125 File created in => temp dir
147 File created in => temp dir
H A Dreadfile_variation3.phpt14 // temp dir created
16 // temp file name used here
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 Dlstat_stat_variation18.phpt11 /* create temp file and directory */
12 mkdir("$file_path/lstat_stat_variation18/"); // temp dir
13 $fp = fopen("$file_path/lstat_stat_variation18.tmp", "w"); // temp file
/php-src/ext/gd/tests/
H A Dbug43073.phpt55 $temp = $cos_t * $x + $sin_t * $y;
57 $x = $temp;
/php-src/ext/gmp/
H A Dgmp.c129 #define FREE_GMP_TEMP(temp) \ argument
130 if (temp.is_used) { \
131 mpz_clear(temp.num); \
137 temp.is_used = 0; \
139 mpz_init(temp.num); \
141 mpz_clear(temp.num); \
157 mpz_clear(temp.num); \
172 mpz_clear(temp.num); \
349 gmp_temp_t temp; in shift_operator_helper() local
351 FETCH_GMP_ZVAL(gmpnum_op, op1, temp, 1); in shift_operator_helper()
[all …]
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c241 PCRE2_UCHAR temp[6]; in pcre2_substitute() local
803 if (utf) chlen = PRIV(ord2utf)(ch, temp); else in pcre2_substitute()
806 temp[0] = ch; in pcre2_substitute()
809 CHECKMEMCPY(temp, chlen); in pcre2_substitute()
905 if (utf) chlen = PRIV(ord2utf)(ch, temp); else in pcre2_substitute()
908 temp[0] = ch; in pcre2_substitute()
911 CHECKMEMCPY(temp, chlen); in pcre2_substitute()
966 temp[0] = 0; in pcre2_substitute()
967 CHECKMEMCPY(temp, 1); in pcre2_substitute()
/php-src/tests/output/
H A Dsapi_windows_vt100_support.inc38 'Invalid stream (php://temp)' => fopen('php://temp', 'wb'),
/php-src/ext/standard/tests/array/
H A D001.phpt26 $temp[$x] = $array;
28 return $temp;
/php-src/ext/standard/
H A Dfile.c294 while (temp && *temp) { in PHP_FUNCTION()
296 *temp = '_'; in PHP_FUNCTION()
298 temp++; in PHP_FUNCTION()
328 while (temp && *temp) { in PHP_FUNCTION()
330 *temp = '_'; in PHP_FUNCTION()
332 temp++; in PHP_FUNCTION()
1960 char *tptr = temp; in php_fgetcsv()
2045 temp = new_temp; in php_fgetcsv()
2173 comp_end = (char *)php_fgetcsv_lookup_trailing_spaces(temp, tptr - temp); in php_fgetcsv()
2183 ZVAL_STRINGL(&z_tmp, temp, comp_end - temp); in php_fgetcsv()
[all …]
/php-src/ext/spl/tests/SplFileObject/
H A Dbug51374.phpt9 $fileInfo = new SplFileInfo('php://temp');
/php-src/ext/json/tests/
H A Dbug73254.phpt8 $fp = fopen('php://temp', 'r');

Completed in 60 milliseconds

12345678910