Home
last modified time | relevance | path

Searched refs:sys_get_temp_dir (Results 1 – 25 of 92) sorted by relevance

1234

/PHP-7.4/ext/curl/tests/
H A Dcurl_reset.phpt10 $test_file = tempnam(sys_get_temp_dir(), 'php-curl-test');
11 $log_file = tempnam(sys_get_temp_dir(), 'php-curl-test');
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-7.4/ext/openssl/tests/
H A Dbug74720_0.phpt64 $tmpFileIn = tempnam(sys_get_temp_dir(), 'test');
65 $tmpFileOut = tempnam(sys_get_temp_dir(), 'test');
73 $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 Dbug74720_1.phpt60 $tmpPath = tempnam(sys_get_temp_dir(), 'test');
65 $outPath = tempnam(sys_get_temp_dir(), 'test');
H A Dbug74903.phpt64 $tmpFileIn = tempnam(sys_get_temp_dir(), 'test');
65 $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");
/PHP-7.4/tests/basic/
H A Dreq60524.phpt6 <?php echo sys_get_temp_dir(); ?>
H A Dreq60524-win.phpt11 <?php echo sys_get_temp_dir(); ?>
/PHP-7.4/ext/standard/tests/file/
H A Dbug37864.phpt5 $tmpfname = tempnam(sys_get_temp_dir(), "emptyfile");
H A Dbug40374.phpt6 $file = tempnam(sys_get_temp_dir(), "test_");
H A Dbug42560.phpt5 $tmpdir = sys_get_temp_dir();
/PHP-7.4/ext/opcache/tests/opt/
H A Dsccp_030.phpt13 var_dump(is_string(sys_get_temp_dir()));
/PHP-7.4/ext/pgsql/tests/
H A Dbug72195.phpt12 tempnam(sys_get_temp_dir(), 'ABCDEFGHI');
/PHP-7.4/ext/readline/tests/
H A Dreadline_read_history_001.phpt8 $name = tempnam(sys_get_temp_dir(), 'readline.tmp');
H A Dlibedit_write_history_001-win32.phpt13 $name = tempnam(sys_get_temp_dir(), 'readline.tmp');
/PHP-7.4/ext/standard/tests/streams/
H A Dbug74556.phpt9 $sock = tempnam(sys_get_temp_dir(), 'bug74556') . '.sock';
H A Dbug78902.phpt9 $tmp_file_name = tempnam(sys_get_temp_dir(), 'test_');
/PHP-7.4/ext/pcntl/tests/
H A Dpcntl_exec_3.phpt8 $file = tempnam(sys_get_temp_dir(),"php");
/PHP-7.4/ext/pdo_mysql/tests/
H A Dconfig.inc33 if (!function_exists('sys_get_temp_dir')) {
34 function sys_get_temp_dir() {
/PHP-7.4/ext/spl/tests/
H A Dbug77024.phpt12 $tmp = tempnam(sys_get_temp_dir(), "php-tests-");
/PHP-7.4/sapi/cgi/tests/
H A D009.phpt13 $f = tempnam(sys_get_temp_dir(), 'cgitest');
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt50 $file = sprintf("%s%s%s_%s", sys_get_temp_dir(), DIRECTORY_SEPARATOR, "test_sha256_" , @date("Ymd")…
126 …$file = sprintf("%s%s%s_%s", sys_get_temp_dir(), DIRECTORY_SEPARATOR, "test_sha256_" , @date("Ymd"…
133 …$file_wrong = sprintf("%s%s%s_%s", sys_get_temp_dir(), DIRECTORY_SEPARATOR, "test_sha256_wrong" , …
172 …$file = sprintf("%s%s%s_%s", sys_get_temp_dir(), DIRECTORY_SEPARATOR, "test_sha256_" , @date("Ymd"…
174 …$file_wrong = sprintf("%s%s%s_%s", sys_get_temp_dir(), DIRECTORY_SEPARATOR, "test_sha256_wrong" , …
/PHP-7.4/ext/gd/tests/
H A Dimagegif_nullbyte_injection.phpt8 $tempdir = sprintf("%s/%s", sys_get_temp_dir(), preg_replace("~\.php$~", null, __FILE__));

Completed in 29 milliseconds

1234