Home
last modified time | relevance | path

Searched refs:tempnam (Results 26 – 50 of 94) sorted by relevance

1234

/php-src/ext/curl/tests/
H A Dcurl_write_file.phpt13 $test_file = tempnam(sys_get_temp_dir(), 'php-curl-test');
14 $log_file = tempnam(sys_get_temp_dir(), 'php-curl-test');
H A Dbug48207.phpt27 $tempname = tempnam(sys_get_temp_dir(), 'CURL_HANDLE');
35 $tempfile = tempnam(sys_get_temp_dir(), 'CURL_FILE_HANDLE');
/php-src/ext/openssl/tests/
H A Dbug74720_0.phpt62 $tmpFileIn = tempnam(sys_get_temp_dir(), 'test');
63 $tmpFileOut = tempnam(sys_get_temp_dir(), 'test');
71 $tmpFileOut2 = tempnam(sys_get_temp_dir(), 'test');
H A Dbug74798.phpt62 $tmpFileIn = tempnam(sys_get_temp_dir(), 'test');
63 $tmpFileOut = tempnam(sys_get_temp_dir(), 'test');
70 $tmpFileOut2 = tempnam(sys_get_temp_dir(), 'test');
H A Dopenssl_pkcs7_encrypt_basic.phpt8 $outfile = tempnam(sys_get_temp_dir(), "ssl");
11 $outfile2 = tempnam(sys_get_temp_dir(), "ssl");
14 $outfile3 = tempnam(sys_get_temp_dir(), "ssl");
H A Dbug74720_1.phpt60 $tmpPath = tempnam(sys_get_temp_dir(), 'test');
65 $outPath = tempnam(sys_get_temp_dir(), 'test');
H A Dbug74903.phpt62 $tmpFileIn = tempnam(sys_get_temp_dir(), 'test');
63 $tmpFileOut = tempnam(sys_get_temp_dir(), 'test');
H A Dopenssl_pkcs7_verify_basic.phpt7 $outfile = tempnam(sys_get_temp_dir(), "ssl");
12 $contentfile = tempnam(sys_get_temp_dir(), "ssl");
H A Dopenssl_pkcs7_decrypt_basic.phpt9 $encrypted = tempnam(sys_get_temp_dir(), "ssl");
12 $outfile = tempnam(sys_get_temp_dir(), "ssl");
H A Dopenssl_cms_verify_der.phpt7 $outfile = tempnam(sys_get_temp_dir(), "ssl");
12 $contentfile = tempnam(sys_get_temp_dir(), "ssl");
/php-src/sapi/cli/tests/
H A Dgh8827-003.phpt17 $stdoutFile = tempnam(sys_get_temp_dir(), 'gh8827');
18 $stderrFile = tempnam(sys_get_temp_dir(), 'gh8827');
/php-src/ext/ftp/tests/
H A Dftp_get_basic.phpt18 $tmpfname = tempnam(__DIR__, "ftp_test");
24 $tmpfname = tempnam(__DIR__, "ftp_test");
/php-src/ext/standard/tests/file/
H A Dtempnam_variation1.phpt2 Test tempnam() function: usage variations - creating files
15 echo "*** Testing tempnam() in creation of unique files ***\n";
18 $files[$i] = tempnam("$file_path", "tempnam_variation1.tmp");
61 *** Testing tempnam() in creation of unique files ***
H A Dbug37864.phpt5 $tmpfname = tempnam(sys_get_temp_dir(), "emptyfile");
H A Dbug27508.phpt50 $tn = tempnam($tmp_dir, 'foo');
52 die("tempnam failed");
H A Dbug40374.phpt6 $file = tempnam(sys_get_temp_dir(), "test_");
/php-src/ext/pcntl/tests/
H A Dpcntl_exec_3.phpt7 $file = tempnam(sys_get_temp_dir(),"php");
/php-src/ext/standard/tests/
H A Dskipif_root.inc4 $filename = @tempnam(__DIR__, 'root_check_');
/php-src/ext/standard/tests/streams/
H A Dbug74556.phpt10 $sock = tempnam(sys_get_temp_dir(), 'bug74556') . '.sock';
/php-src/ext/readline/tests/
H A Dlibedit_write_history_001-win32.phpt15 $name = tempnam(sys_get_temp_dir(), 'readline.tmp');
H A Dreadline_write_history_001.phpt13 $name = tempnam('/tmp', 'readline.tmp');
H A Dreadline_read_history_001.phpt13 $name = tempnam(sys_get_temp_dir(), 'readline.tmp');
H A Dlibedit_write_history_001.phpt16 $name = tempnam('/tmp', 'readline.tmp');
/php-src/ext/spl/tests/SplFileObject/
H A Dbug77024.phpt12 $tmp = tempnam(sys_get_temp_dir(), "php-tests-");
/php-src/ext/pgsql/tests/
H A Dgh12763.phpt13 $file_name = tempnam('.', 'trace.log');

Completed in 49 milliseconds

1234