Searched refs:tmpfile (Results 1 – 25 of 64) sorted by relevance
123
/PHP-5.5/scripts/dev/ |
H A D | conv_proto | 11 tmpfile=`mktemp -q /tmp/asd.XXXXXX` 24 -e 's/^extern PHP_FUNCTION/PHP_FUNCTION/' > $tmpfile 25 cp $tmpfile $file 28 rm -f $tmpfile
|
/PHP-5.5/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 | 33 $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 D | fopen_variation9.phpt | 33 $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 D | fopen_variation12.phpt | 19 $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 D | fopen_variation16.phpt | 40 $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 D | fopen_variation17.phpt | 40 $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 D | fopen_variation13.phpt | 29 $tmpfile = 'fopen_variation13.tmp'; 30 $absFile = getcwd().'/'.$tempDir.'/'.$tmpfile;
|
H A D | bug27619.phpt | 5 $fp = tmpfile();
|
/PHP-5.5/ext/zlib/tests/ |
H A D | gzopen_variation5.phpt | 37 $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-5.5/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-5.5/scripts/apache/ |
H A D | apconf-conv.sh | 13 TMPFILE=tmpfile.$$
|
H A D | aphtaccess-conv.sh | 13 TMPFILE=tmpfile.$$
|
/PHP-5.5/ext/curl/tests/ |
H A D | bug62839.phpt | 10 $fd = tmpfile();
|
/PHP-5.5/ext/standard/tests/streams/ |
H A D | stream_get_contents_001.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-5.5/ext/gd/tests/ |
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);
|
H A D | imagefilter_error10.phpt | 12 $image = tmpfile();
|
H A D | imagefilter_error15.phpt | 12 $image = tmpfile();
|
H A D | imagefilter_error17.phpt | 12 $image = tmpfile();
|
H A D | imagefilter_error18.phpt | 12 $image = tmpfile();
|
H A D | imagefilter_error4.phpt | 12 $image = tmpfile();
|
Completed in 54 milliseconds
123