Searched refs:tmpfile (Results 1 – 25 of 58) sorted by relevance
123
/PHP-7.4/ext/standard/tests/file/ |
H A D | bug22414.phpt | 9 $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 D | fopen_variation7.phpt | 32 $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 D | fopen_variation9.phpt | 32 $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 D | fopen_variation12.phpt | 18 $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 D | fopen_variation17.phpt | 39 $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 D | fopen_variation16.phpt | 39 $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 D | fopen_variation13.phpt | 28 $tmpfile = 'fopen_variation13.tmp'; 29 $absFile = getcwd().'/'.$tempDir.'/'.$tmpfile;
|
H A D | bug27619.phpt | 5 $fp = tmpfile();
|
/PHP-7.4/ext/zip/tests/ |
H A D | oo_setcompression.phpt | 9 $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 D | gzopen_variation5.phpt | 36 $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 D | shtool | 444 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 D | bug62839.phpt | 10 $fd = tmpfile();
|
/PHP-7.4/ext/standard/tests/streams/ |
H A D | bug78326.phpt | 7 $f = tmpfile();
|
H A D | stream_get_contents_001.phpt | 6 $tmp = tmpfile();
|
H A D | bug46147.phpt | 5 $fp = tmpfile();
|
H A D | stream_get_contents_negative_length.phpt | 6 $tmp = tmpfile();
|
H A D | bug46426.phpt | 6 $tmp = tmpfile();
|
H A D | stream_copy_to_stream_socket.phpt | 12 $tmp = tmpfile();
|
H A D | bug48309.phpt | 6 $tmp = tmpfile();
|
/PHP-7.4/ext/hash/tests/ |
H A D | hash_update_stream.phpt | 7 $fp = tmpfile();
|
/PHP-7.4/ext/gd/tests/ |
H A D | imagestring_error2.phpt | 13 $result = imagestring(tmpfile(), 1, 5, 5, 'String', 1);
|
H A D | imagestringup_error2.phpt | 13 $result = imagestringup(tmpfile(), 1, 5, 5, 'String', 1);
|
H A D | imageantialias_error1.phpt | 12 $image = tmpfile();
|
H A D | imagechar_error2.phpt | 13 $result = imagechar(tmpfile(), 1, 5, 5, 'C', 1);
|
H A D | imagecharup_error2.phpt | 13 $result = imagecharup(tmpfile(), 1, 5, 5, 'C', 1);
|
Completed in 40 milliseconds
123