Home
last modified time | relevance | path

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

12345678910

/php-src/ext/hash/
H A Dhash_sha3.c114 uint64_t temp; in permute() local
117 temp = readLane(x, y); in permute()
119 current = temp; in permute()
126 uint64_t temp[5]; in permute() local
128 temp[x] = readLane(x, y); in permute()
131 writeLane(x, y, temp[x] ^((~temp[(x+1)%5]) & temp[(x+2)%5])); in permute()
/php-src/ext/standard/tests/file/
H A Dlstat_stat_variation12.phpt19 /* create temp file, link */
21 $fp = fopen($filename, "w"); // temp file
25 symlink($filename, $linkname); // temp link
H A Dlstat_stat_variation3.phpt17 /* create temp file & link */
18 $fp = fopen("$file_path/lstat_stat_variation3.tmp", "w"); // temp file
21 // temp link
H A Dglob_basic.phpt9 // temp dirname used here
12 // temp dir created
15 // temp files created
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 Dunlink_variation3.phpt15 // temp file used
19 // create temp file
39 // delete temp file
H A Drealpath_variation2.phpt19 'c:temp',
50 --c:temp--
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 Dlstat_stat_variation6.phpt27 /* create temp file, link and directory */
30 $fp = fopen($file_name, "w"); // temp file
33 symlink($file_name, $link_name); // temp link
H A Dreadfile_variation2.phpt22 // temp file used here
25 // create temp file and insert data into it
30 // temp link name used
H A Dis_executable_variation1.phpt37 "$file_path/is_executable_variation1".chr(0)."bar.temp",
38 "$file_path".chr(0)."is_executable_variation1/bar.temp",
43 "$file_path/is_executable_variation1" // temp directory, exp: bool(true)
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_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 Dunlink_error-win32-mb.phpt16 $filename = "$file_path/unlink_error.tmp"; // temp file name used here
38 // temp directory used here
40 // create temp dir
H A Dunlink_error-win32.phpt14 $filename = "$file_path/unlink_error.tmp"; // temp file name used here
36 // temp directory used here
38 // create temp dir
H A Dunlink_error.phpt14 $filename = "$file_path/unlink_error.tmp"; // temp file name used here
35 // temp directory used here
37 // create temp dir
H A Dunlink_basic.phpt9 $filename = "$file_path/unlink_basic.tmp"; // temp file name used here
21 // temp file name used here
H A Dfile_error.phpt20 var_dump( file("temp.tmp") ); // non existing filename
35 Warning: file(temp.tmp): Failed to open stream: No such file or directory in %s on line %d
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 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
/php-src/ext/gd/libgd/
H A Dgd_webp.c49 unsigned char *read, *temp; in gdImageCreateFromWebpCtx() local
51 temp = gdRealloc(filedata, size+GD_WEBP_ALLOC_STEP); in gdImageCreateFromWebpCtx()
52 if (temp) { in gdImageCreateFromWebpCtx()
53 filedata = temp; in gdImageCreateFromWebpCtx()
54 read = temp + size; in gdImageCreateFromWebpCtx()
/php-src/tests/output/
H A Dstream_isatty.inc15 'Invalid stream (php://temp)' => fopen('php://temp', 'wb'),
/php-src/ext/spl/tests/
H A Dgh13685.phpt47 Cannot read from file php://temp
52 Cannot read from file php://temp

Completed in 29 milliseconds

12345678910