Home
last modified time | relevance | path

Searched refs:tempnam (Results 1 – 25 of 94) sorted by last modified time

1234

/php-src/ext/curl/tests/
H A Dcurl_write_trampoline.phpt17 $log_file = tempnam(sys_get_temp_dir(), 'php-curl-CURLOPT_WRITEFUNCTION-trampoline');
32 $log_file = tempnam(sys_get_temp_dir(), 'php-curl-CURLOPT_WRITEFUNCTION-trampoline');
/php-src/ext/standard/
H A Dbasic_functions.stub.php2858 function tempnam(string $directory, string $prefix): string|false {}
H A Dbasic_functions_arginfo.h2663 ZEND_FUNCTION(tempnam);
3300 ZEND_FE(tempnam, arginfo_tempnam)
H A Dfile.c689 PHP_FUNCTION(tempnam) in PHP_FUNCTION() argument
/php-src/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt827 $file = tempnam(sys_get_temp_dir(), 'mysqli_test');
/php-src/ext/standard/tests/file/
H A Dchroot_001.phpt9 $filename = @tempnam(__DIR__, 'root_check_');
H A Dbug69442.phpt13 $tmpFile = tempnam(sys_get_temp_dir(), "bug69442");
H A Dbug22414.phpt14 $tmpfile = tempnam(__DIR__, 'phpt');
H A Dtempnam_variation9.phpt2 Test tempnam() function: usage variations - test prefix maximum size
13 echo "*** Testing tempnam() maximum prefix size ***\n";
32 $file_name = tempnam("$file_path", $prefix);
58 *** Testing tempnam() maximum prefix size ***
/php-src/sapi/cli/tests/
H A Dphp_cli_server.inc32 $output_file = tempnam(sys_get_temp_dir(), 'cli_server_output');
H A D022.phpt11 $socket_file = tempnam(sys_get_temp_dir(), pathinfo(__FILE__, PATHINFO_FILENAME) . '.sock');
H A Dgh8827-003.phpt17 $stdoutFile = tempnam(sys_get_temp_dir(), 'gh8827');
18 $stderrFile = tempnam(sys_get_temp_dir(), 'gh8827');
/php-src/ext/fileinfo/libmagic/
H A Dapptype.c56 else if ((filename = tempnam("./", "tmp")) == NULL) { in file_os2_apptype()
/php-src/ext/pdo_mysql/tests/inc/
H A Dmysql_pdo_test.inc130 $temp_file = tempnam(md5(uniqid(rand(), TRUE)), '');
/php-src/ext/pgsql/tests/
H A Dgh12763.phpt13 $file_name = tempnam('.', 'trace.log');
/php-src/ext/zlib/tests/
H A Dzlib_wrapper_level.phpt12 $filename = tempnam(sys_get_temp_dir(), "php-zlib-test-");
/php-src/ext/standard/tests/streams/
H A Dbug74556.phpt10 $sock = tempnam(sys_get_temp_dir(), 'bug74556') . '.sock';
H A Dstream_cast_loses_data.phpt10 $tempnam = tempnam(sys_get_temp_dir(), 'test');
12 $stream = popen('echo 1; echo 2; rm ' . escapeshellarg($tempnam), 'r');
17 } while (file_exists($tempnam));
/php-src/ext/openssl/tests/
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 Dopenssl_cms_encrypt_basic.phpt8 $outfile = tempnam(sys_get_temp_dir(), "cms_enc_basic");
12 $outfile3 = tempnam(sys_get_temp_dir(), "cms_enc_basic");
/php-src/ext/opcache/tests/
H A Dfile_cache_error.phpt23 $file = tempnam(sys_get_temp_dir(), 'file_cache_error');
/php-src/tests/security/
H A Dopen_basedir_tempnam.phpt9 test_open_basedir_before("tempnam");
11 var_dump(tempnam("../bad", "test"));
12 var_dump(tempnam("..", "test"));
13 var_dump(tempnam("../", "test"));
14 var_dump(tempnam("/", "test"));
15 var_dump(tempnam("../bad/.", "test"));
16 var_dump(tempnam("./../.", "test"));
17 var_dump(tempnam("", "test"));
25 $file = tempnam(".", "test");
29 $file = tempnam("../ok", "test");
[all …]
/php-src/sapi/cgi/tests/
H A D011.phpt13 $f = tempnam(sys_get_temp_dir(), 'cgitest');
H A D009.phpt13 $f = tempnam(sys_get_temp_dir(), 'cgitest');
H A D010.phpt13 $f = tempnam(sys_get_temp_dir(), 'cgitest');

Completed in 53 milliseconds

1234