Home
last modified time | relevance | path

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

123

/PHP-7.2/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.phpt33 $tmpfile = basename(__FILE__, ".php") . ".tmp";
34 $h = fopen($tmpfile, "w", true);
39 $h = @fopen($tmpfile, "r");
46 unlink($tmpfile);
49 $h = @fopen($dir1.'/'.$tmpfile, "r");
56 unlink($dir1.'/'.$tmpfile);
H A Dfopen_variation9.phpt33 $tmpfile = basename(__FILE__, ".php") . ".tmp";
34 $h = fopen($tmpfile, "w", true);
39 $h = @fopen($tmpfile, "r");
46 unlink($tmpfile);
49 $h = @fopen('dir1/'.$tmpfile, "r");
56 unlink('dir1/'.$tmpfile);
H A Dfopen_variation12.phpt19 $tmpfile = basename(__FILE__, ".php") . ".tmp";
20 $h = fopen($tmpfile, "w", true);
25 $h = @fopen($tmpfile, "r");
32 unlink($tmpfile);
36 $scriptDirFile = dirname(__FILE__).'/'.$tmpfile;
H A Dfopen_variation16.phpt40 $tmpfile = $extraDir.'/fopen_variation16.tmp';
42 $h = fopen($tmpfile, "w+", true);
46 $h = @fopen($dir1.'/'.$tmpfile, "r");
55 $h = fopen($tmpfile, "r", true);
64 unlink($tmpfile);
H A Dfopen_variation17.phpt40 $tmpfile = $extraDir . '/' . basename(__FILE__, ".php") . ".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.phpt29 $tmpfile = 'fopen_variation13.tmp';
30 $absFile = getcwd().'/'.$tempDir.'/'.$tmpfile;
H A Dbug27619.phpt5 $fp = tmpfile();
/PHP-7.2/ext/zip/tests/
H A Doo_setcompression.phpt10 $tmpfile = dirname(__FILE__) . '/__tmp_oo_set_compression.zip';
12 if (file_exists($tmpfile)) {
13 unlink($tmpfile);
18 if ($zip->open($tmpfile, ZipArchive::CREATE) !== TRUE) {
44 $zip = zip_open($tmpfile);
56 $tmpfile = dirname(__FILE__) . '/__tmp_oo_set_compression.zip';
57 unlink($tmpfile);
/PHP-7.2/ext/zlib/tests/
H A Dgzopen_variation5.phpt37 $tmpfile = 'gzopen_variation5.tmp';
38 $h = gzopen($tmpfile, "w", true);
43 $h = @gzopen($tmpfile, "r");
50 unlink($tmpfile);
53 $h = @gzopen('dir1/'.$tmpfile, "r");
60 unlink('dir1/'.$tmpfile);
/PHP-7.2/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.2/ext/curl/tests/
H A Dbug62839.phpt10 $fd = tmpfile();
/PHP-7.2/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 Dbug46426.phpt6 $tmp = tmpfile();
H A Dbug48309.phpt6 $tmp = tmpfile();
H A Dstream_copy_to_stream_socket.phpt12 $tmp = tmpfile();
/PHP-7.2/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);
H A Dimagefilter_error10.phpt12 $image = tmpfile();
H A Dimagefilter_error12.phpt12 $image = tmpfile();

Completed in 41 milliseconds

123