Searched refs:sys_get_temp_dir (Results 1 – 25 of 106) sorted by relevance
12345
/PHP-8.3/ext/pdo_sqlite/tests/ |
H A D | pdo_sqlite_open_basedir_uri.phpt | 11 $filename = sys_get_temp_dir() . DIRECTORY_SEPARATOR . 'pdo_sqlite_filename.db'; 19 sys_get_temp_dir() . DIRECTORY_SEPARATOR . 'pdo_sqlite_filename.db',
|
/PHP-8.3/ext/curl/tests/ |
H A D | curl_reset.phpt | 8 $test_file = tempnam(sys_get_temp_dir(), 'php-curl-test'); 9 $log_file = tempnam(sys_get_temp_dir(), 'php-curl-test');
|
H A D | curl_write_file.phpt | 13 $test_file = tempnam(sys_get_temp_dir(), 'php-curl-test'); 14 $log_file = tempnam(sys_get_temp_dir(), 'php-curl-test');
|
H A D | bug48207.phpt | 27 $tempname = tempnam(sys_get_temp_dir(), 'CURL_HANDLE'); 35 $tempfile = tempnam(sys_get_temp_dir(), 'CURL_FILE_HANDLE');
|
/PHP-8.3/ext/openssl/tests/ |
H A D | bug74720_0.phpt | 62 $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 D | bug74798.phpt | 62 $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 D | openssl_pkcs7_encrypt_basic.phpt | 8 $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 D | bug74720_1.phpt | 60 $tmpPath = tempnam(sys_get_temp_dir(), 'test'); 65 $outPath = tempnam(sys_get_temp_dir(), 'test');
|
H A D | bug74903.phpt | 62 $tmpFileIn = tempnam(sys_get_temp_dir(), 'test'); 63 $tmpFileOut = tempnam(sys_get_temp_dir(), 'test');
|
H A D | openssl_pkcs7_verify_basic.phpt | 7 $outfile = tempnam(sys_get_temp_dir(), "ssl"); 12 $contentfile = tempnam(sys_get_temp_dir(), "ssl");
|
/PHP-8.3/sapi/cli/tests/ |
H A D | gh8827-003.phpt | 17 $stdoutFile = tempnam(sys_get_temp_dir(), 'gh8827'); 18 $stderrFile = tempnam(sys_get_temp_dir(), 'gh8827');
|
/PHP-8.3/ext/standard/tests/file/ |
H A D | file_get_contents_file_put_contents_5gb.phpt | 33 $tmpfile = sys_get_temp_dir() . DIRECTORY_SEPARATOR . "file_get_contents_file_put_contents_5gb.bin"; 48 $tmpfile = sys_get_temp_dir() . DIRECTORY_SEPARATOR . "file_get_contents_file_put_contents_5gb.bin"; 76 @unlink(sys_get_temp_dir() . DIRECTORY_SEPARATOR . "file_get_contents_file_put_contents_5gb.bin");
|
H A D | bug37864.phpt | 5 $tmpfname = tempnam(sys_get_temp_dir(), "emptyfile");
|
H A D | bug40374.phpt | 6 $file = tempnam(sys_get_temp_dir(), "test_");
|
H A D | bug42560.phpt | 5 $tmpdir = sys_get_temp_dir();
|
/PHP-8.3/tests/basic/ |
H A D | req60524.phpt | 6 <?php echo sys_get_temp_dir(); ?>
|
H A D | req60524-win.phpt | 11 <?php echo sys_get_temp_dir(); ?>
|
/PHP-8.3/ext/opcache/tests/opt/ |
H A D | sccp_030.phpt | 13 var_dump(is_string(sys_get_temp_dir()));
|
/PHP-8.3/ext/pcntl/tests/ |
H A D | pcntl_exec_3.phpt | 7 $file = tempnam(sys_get_temp_dir(),"php");
|
/PHP-8.3/ext/pdo_mysql/tests/ |
H A D | config.inc | 33 if (!function_exists('sys_get_temp_dir')) { 34 function sys_get_temp_dir() {
|
/PHP-8.3/ext/standard/tests/streams/ |
H A D | bug74556.phpt | 9 $sock = tempnam(sys_get_temp_dir(), 'bug74556') . '.sock';
|
/PHP-8.3/ext/readline/tests/ |
H A D | libedit_write_history_001-win32.phpt | 15 $name = tempnam(sys_get_temp_dir(), 'readline.tmp');
|
H A D | readline_read_history_001.phpt | 13 $name = tempnam(sys_get_temp_dir(), 'readline.tmp');
|
/PHP-8.3/ext/posix/tests/ |
H A D | posix_pathconf.phpt | 18 var_dump(posix_pathconf(sys_get_temp_dir(), POSIX_PC_PATH_MAX));
|
/PHP-8.3/ext/mysqli/tests/ |
H A D | mysqli_debug.phpt | 23 …if (true !== ($tmp = mysqli_debug(sprintf('d:t:O,%s/mysqli_debug_phpt.trace', sys_get_temp_dir()))… 31 $trace_file = sprintf('%s/mysqli_debug_phpt.trace', sys_get_temp_dir());
|
Completed in 43 milliseconds
12345