Home
last modified time | relevance | path

Searched refs:temp (Results 76 – 100 of 241) sorted by last modified time

12345678910

/php-src/tests/output/
H A Dstream_isatty_in-err.phpt26 Invalid stream (php://temp): bool(false)
H A Dstream_isatty_in-out-err.phpt26 Invalid stream (php://temp): bool(false)
H A Dstream_isatty_in-out.phpt26 Invalid stream (php://temp): bool(false)
H A Dstream_isatty_out-err.phpt26 Invalid stream (php://temp): bool(false)
/php-src/tests/basic/
H A Dreq60524.phpt4 sys_temp_dir=/path/to/temp/dir
8 /path/to/temp/dir
/php-src/ext/zlib/tests/
H A Dbug48725.phpt9 $temp = fopen('php://temp', 'r+');
10 stream_filter_append($temp, 'zlib.deflate', STREAM_FILTER_WRITE);
11 fwrite($temp, $text);
13 rewind($temp);
15 var_dump(bin2hex(stream_get_contents($temp)));
16 var_dump(ftell($temp));
18 fclose($temp);
/php-src/ext/standard/tests/strings/
H A Dsha1_file.phpt66 // remove temp files
H A Dmd5_file.phpt59 // remove temp files
H A Ddirname_variation.phpt5 class temp
37 new temp,
/php-src/ext/standard/tests/streams/
H A Dbug75031.phpt2 Bug #75031: Append mode in php://temp and php://memory
15 test_75031("php://temp", "w+");
17 test_75031("php://temp", "a+");
H A Dbug79984.phpt44 $f2 = fopen('php://temp', 'r+b');
H A Dtemp_stream_seek.phpt2 BUG: php://temp does not preserve file-pointer once it switches from memory to temporary file
6 $f = fopen('php://temp/maxmemory:1024', 'r+');
H A Dbug44818.phpt14 test("php://temp","r");
15 test("php://temp","w");
28 php://temp, r
33 php://temp, w
H A Dbug61115-1.phpt12 $fileResourceTemp = fopen('php://temp', 'wr');
H A Dbug61115.phpt8 $resourceFileTemp = fopen('php://temp', 'r+');
H A Dbug63240.phpt5 $fd = fopen('php://temp', 'r+');
H A Dbug64166.phpt7 $fd = fopen('php://temp', 'w+');
H A Dbug64166_2.phpt7 $fd = fopen('php://temp', 'w+');
H A Dbug64166_3.phpt7 $fd = fopen('php://temp', 'w+');
H A Dbug65483.phpt8 $fd = fopen('php://temp', 'w+');
/php-src/ext/standard/tests/filters/
H A Dbug50363.phpt8 $b = fopen('php://temp', 'w+');
H A Dbug79468.phpt10 $fp = fopen('php://temp', 'rb');
/php-src/ext/standard/tests/file/
H A Dtouch_variation5.phpt141 $temp = stat($path);
142 return $temp['atime'];
H A Dtouch_variation6-win32.phpt147 $temp = stat($path);
148 return $temp['atime'];
H A Dumask_variation1.phpt16 // temp filename used
18 // temp dir used
29 // creating temp file
38 // delete temp file created here
42 // create temp dir
50 // delete temp dir created

Completed in 35 milliseconds

12345678910