Home
last modified time | relevance | path

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

1234

/php-src/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-src/ext/openssl/tests/
H A Dopenssl_pkcs7_sign_basic.phpt8 $outfile = tempnam(sys_get_temp_dir(), "ssl");
H A Dopenssl_cms_decrypt_basic.phpt9 $encrypted = tempnam(sys_get_temp_dir(), "cms_dec_basic");
H A Dopenssl_free_key.phpt23 $key_file_name = tempnam(sys_get_temp_dir(), "ssl");
H A Dopenssl_cms_sign_basic.phpt8 $outfile = tempnam(sys_get_temp_dir(), "ssl");
H A Dopenssl_cms_sign_verify_nodetached_pem.phpt8 $outfile = tempnam(sys_get_temp_dir(), "ssl");
H A Dopenssl_cms_sign_verify_detached.phpt8 $outfile = tempnam(sys_get_temp_dir(), "ssl");
/php-src/ext/soap/tests/schema/
H A Dtest_schema.inc53 $fname = tempnam ("./", "wsdl");
/php-src/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-src/sapi/cgi/tests/
H A D011.phpt13 $f = tempnam(sys_get_temp_dir(), 'cgitest');
/php-src/ext/zlib/tests/
H A Dgzfilegzreadfile.phpt27 $filename = tempnam(sys_get_temp_dir(), "phpt");
/php-src/sapi/cli/tests/
H A Dphp_cli_server.inc32 $output_file = tempnam(sys_get_temp_dir(), 'cli_server_output');
/php-src/ext/mysqli/tests/
H A Dlocal_infile_tools.inc60 $file = tempnam(sys_get_temp_dir(), 'mysqli_test');
H A Dmysqli_get_client_stats.phpt827 $file = tempnam(sys_get_temp_dir(), 'mysqli_test');
/php-src/ext/pdo_mysql/tests/inc/
H A Dmysql_pdo_test.inc130 $temp_file = tempnam(md5(uniqid(rand(), TRUE)), '');
/php-src/ext/standard/
H A Dfile.c689 PHP_FUNCTION(tempnam) in PHP_FUNCTION() argument
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)

Completed in 51 milliseconds

1234