Home
last modified time | relevance | path

Searched refs:tmpfile (Results 1 – 25 of 58) sorted by relevance

123

/PHP-7.4/ext/standard/tests/file/
H A Dbug22414.phpt9 $tmpfile = tempnam(__DIR__, 'phpt');
21 $cmd = $php . $args . ' -r \' passthru("'.$cmd.'"); \' > '.$tmpfile ;
24 $cmd = $php . $args . ' -r " passthru(\''.$cmd.'\');" > '.$tmpfile ;
28 if (md5_file($php) == md5_file($tmpfile)) {
34 @unlink($tmpfile);
H A Dfopen_variation7.phpt32 $tmpfile = basename(__FILE__, ".php") . ".tmp";
33 $h = fopen($tmpfile, "w", true);
38 $h = @fopen($tmpfile, "r");
45 unlink($tmpfile);
48 $h = @fopen($dir1.'/'.$tmpfile, "r");
55 unlink($dir1.'/'.$tmpfile);
H A Dfopen_variation9.phpt32 $tmpfile = basename(__FILE__, ".php") . ".tmp";
33 $h = fopen($tmpfile, "w", true);
38 $h = @fopen($tmpfile, "r");
45 unlink($tmpfile);
48 $h = @fopen('dir1/'.$tmpfile, "r");
55 unlink('dir1/'.$tmpfile);
H A Dfopen_variation12.phpt18 $tmpfile = basename(__FILE__, ".php") . ".tmp";
19 $h = fopen($tmpfile, "w", true);
24 $h = @fopen($tmpfile, "r");
31 unlink($tmpfile);
35 $scriptDirFile = __DIR__.'/'.$tmpfile;
H A Dfopen_variation17.phpt39 $tmpfile = $extraDir . '/' . basename(__FILE__, ".php") . ".tmp";
40 $h = fopen($tmpfile, "w+", true);
44 $h = @fopen($dir1.'/'.$tmpfile, "r");
53 $h = fopen($tmpfile, "r", true);
62 unlink($tmpfile);
H A Dfopen_variation16.phpt39 $tmpfile = $extraDir.'/fopen_variation16.tmp';
41 $h = fopen($tmpfile, "w+", true);
45 $h = @fopen($dir1.'/'.$tmpfile, "r");
54 $h = fopen($tmpfile, "r", true);
63 unlink($tmpfile);
H A Dfopen_variation13.phpt28 $tmpfile = 'fopen_variation13.tmp';
29 $absFile = getcwd().'/'.$tempDir.'/'.$tmpfile;
H A Dbug27619.phpt5 $fp = tmpfile();
/PHP-7.4/ext/zip/tests/
H A Doo_setcompression.phpt9 $tmpfile = __DIR__ . '/oo_setcompression.zip';
11 if (file_exists($tmpfile)) {
12 unlink($tmpfile);
17 if ($zip->open($tmpfile, ZipArchive::CREATE) !== TRUE) {
43 $zip = zip_open($tmpfile);
55 $tmpfile = __DIR__ . '/oo_setcompression.zip';
56 unlink($tmpfile);
/PHP-7.4/ext/zlib/tests/
H A Dgzopen_variation5.phpt36 $tmpfile = 'gzopen_variation5.tmp';
37 $h = gzopen($tmpfile, "w", true);
42 $h = @gzopen($tmpfile, "r");
49 unlink($tmpfile);
52 $h = @gzopen('dir1/'.$tmpfile, "r");
59 unlink('dir1/'.$tmpfile);
/PHP-7.4/build/
H A Dshtool444 tmpfile="$tmpdir/shtool.tmp"
445 touch "$tmpfile"
1723 rm -f $tmpfile >/dev/null 2>&1
1724 touch $tmpfile
1747 rm -f $tmpfile >/dev/null 2>&1
1755 echo >>$tmpfile.c "Syntax Error"
1758 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
1763 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
1775 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
1784 rm -f $tmpfile >/dev/null 2>&1
[all …]
/PHP-7.4/ext/curl/tests/
H A Dbug62839.phpt10 $fd = tmpfile();
/PHP-7.4/ext/standard/tests/streams/
H A Dbug78326.phpt7 $f = tmpfile();
H A Dstream_get_contents_001.phpt6 $tmp = tmpfile();
H A Dbug46147.phpt5 $fp = tmpfile();
H A Dstream_get_contents_negative_length.phpt6 $tmp = tmpfile();
H A Dbug46426.phpt6 $tmp = tmpfile();
H A Dstream_copy_to_stream_socket.phpt12 $tmp = tmpfile();
H A Dbug48309.phpt6 $tmp = tmpfile();
/PHP-7.4/ext/hash/tests/
H A Dhash_update_stream.phpt7 $fp = tmpfile();
/PHP-7.4/ext/gd/tests/
H A Dimagestring_error2.phpt13 $result = imagestring(tmpfile(), 1, 5, 5, 'String', 1);
H A Dimagestringup_error2.phpt13 $result = imagestringup(tmpfile(), 1, 5, 5, 'String', 1);
H A Dimageantialias_error1.phpt12 $image = tmpfile();
H A Dimagechar_error2.phpt13 $result = imagechar(tmpfile(), 1, 5, 5, 'C', 1);
H A Dimagecharup_error2.phpt13 $result = imagecharup(tmpfile(), 1, 5, 5, 'C', 1);

Completed in 33 milliseconds

123