Home
last modified time | relevance | path

Searched refs:tempnam (Results 51 – 75 of 79) sorted by relevance

1234

/PHP-7.4/ext/zlib/tests/
H A Dzlib_wrapper_level.phpt8 $filename = tempnam(sys_get_temp_dir(), "php-zlib-test-");
H A Dgzreadgzwriteplain.phpt9 $filename = tempnam(sys_get_temp_dir(), "phpt");
H A Dgzfilegzreadfile.phpt28 $filename = tempnam(sys_get_temp_dir(), "phpt");
/PHP-7.4/ext/curl/tests/
H A Dcurl_write_callback.phpt19 $log_file = tempnam(sys_get_temp_dir(), 'php-curl-test');
H A Dcurl_write_return.phpt14 $log_file = tempnam(sys_get_temp_dir(), 'php-curl-test');
H A Dcurl_write_stdout.phpt13 $log_file = tempnam(sys_get_temp_dir(), 'php-curl-test');
H A Dcurl_CURLOPT_READDATA.phpt17 $tempname = tempnam(sys_get_temp_dir(), 'CURL_DATA');
H A Dcurl_setopt_basic002.phpt17 $temp_file = tempnam(sys_get_temp_dir(), 'CURL_STDERR');
H A Dcurl_setopt_array_basic.phpt25 $tempname = tempnam(sys_get_temp_dir(), 'CURL_HANDLE');
/PHP-7.4/ext/phar/tests/
H A Dbug77022.phpt13 $sFile = tempnam(__DIR__, 'test77022');
/PHP-7.4/sapi/cgi/tests/
H A D010.phpt13 $f = tempnam(sys_get_temp_dir(), 'cgitest');
H A D011.phpt13 $f = tempnam(sys_get_temp_dir(), 'cgitest');
/PHP-7.4/sapi/cli/tests/
H A D022.phpt11 $socket_file = tempnam(sys_get_temp_dir(), pathinfo(__FILE__, PATHINFO_FILENAME) . '.sock');
/PHP-7.4/ext/standard/tests/file/
H A Dbug69442.phpt13 $tmpFile = tempnam(sys_get_temp_dir(), "bug69442");
H A D002.phpt25 $name = tempnam("./ext/standard/tests/file/", "php");
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapptype.c56 else if ((filename = tempnam("./", "tmp")) == NULL) { in file_os2_apptype()
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_pkey_export_basic.phpt38 $tempname = tempnam(sys_get_temp_dir(), 'openssl_ec');
H A Dopenssl_free_key.phpt31 $key_file_name = tempnam(sys_get_temp_dir(), "ssl");
H A Dopenssl_pkcs7_sign_basic.phpt8 $outfile = tempnam(sys_get_temp_dir(), "ssl");
/PHP-7.4/ext/pdo_mysql/tests/
H A Dconfig.inc43 $temp_file = tempnam(md5(uniqid(rand(), TRUE)), '');
H A Dmysql_pdo_test.inc131 $temp_file = tempnam(md5(uniqid(rand(), TRUE)), '');
/PHP-7.4/ext/standard/
H A Dfile.h27 PHP_FUNCTION(tempnam);
/PHP-7.4/ext/soap/tests/schema/
H A Dtest_schema.inc53 $fname = tempnam ("./", "wsdl");
/PHP-7.4/ext/pcre/tests/
H A D005.phpt55 /p2/var/php_gcov/PHP_4_4/ext/mysql/libmysql/my_tempnam.c:115: warning: the use of `tempnam' is dang…
57 /p2/var/php_gcov/PHP_4_4/ext/mysql/libmysql/my_tempnam.c:115: warning: the use of `tempnam' is dang…
411 /p2/var/php_gcov/PHP_4_4/ext/mysql/libmysql/my_tempnam.c:115: warning: the use of `tempnam' is dang…
420 [8] => the use of `tempnam' is dangerous, better use `mkstemp'
426 /p2/var/php_gcov/PHP_4_4/ext/mysql/libmysql/my_tempnam.c:115: warning: the use of `tempnam' is dang…
435 [8] => the use of `tempnam' is dangerous, better use `mkstemp'
/PHP-7.4/ext/mysqli/tests/
H A Dconnect.inc41 $temp_file = tempnam(md5(uniqid(rand(), TRUE)), '');

Completed in 29 milliseconds

1234