Home
last modified time | relevance | path

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

1234

/PHP-7.4/ext/zlib/tests/
H A Dgzfilegzreadfile.phpt28 $filename = tempnam(sys_get_temp_dir(), "phpt");
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_info.phpt61 if ($dir = sys_get_temp_dir()) {
H A Dlocal_infile_tools.inc52 $file = tempnam(sys_get_temp_dir(), 'mysqli_test');
H A Dmysqli_real_connect_pconn.phpt104 $filename = sys_get_temp_dir() . DIRECTORY_SEPARATOR . 'mysqli_real_connect_phpt';
H A Dmysqli_real_connect.phpt126 $filename = sys_get_temp_dir() . DIRECTORY_SEPARATOR . 'mysqli_real_connect_phpt';
H A Dmysqli_debug_mysqlnd_control_string.phpt63 …$trace_file = sprintf('%s%s%s', sys_get_temp_dir(), DIRECTORY_SEPARATOR, 'mysqli_debug_phpt.trace'…
H A Dmysqli_get_client_stats.phpt834 $file = tempnam(sys_get_temp_dir(), 'mysqli_test');
/PHP-7.4/ext/standard/tests/file/
H A Dtempnam_variation7.phpt55 if (realpath($file_dir) == realpath(sys_get_temp_dir())) {
H A Dtempnam_variation2.phpt65 if (realpath($file_dir) == realpath(sys_get_temp_dir())) {
H A Dtempnam_variation4-1.phpt37 if (realpath(dirname($file_name)) != realpath(sys_get_temp_dir())) {
H A Dtempnam_variation4-0.phpt37 if (realpath(dirname($file_name)) != realpath(sys_get_temp_dir())) {
/PHP-7.4/
H A Drun-tests.php123 $environment['TEMP'] = sys_get_temp_dir();
2115 $section_text['INI'] = str_replace('{TMP}', sys_get_temp_dir(), $section_text['INI']);
H A Dphp.ini-development764 ; Defaults to the system default (see sys_get_temp_dir)
H A Dphp.ini-production764 ; Defaults to the system default (see sys_get_temp_dir)
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc1023 return sys_get_temp_dir().'/'.
/PHP-7.4/ext/standard/
H A Dfile.c2513 PHP_FUNCTION(sys_get_temp_dir) in PHP_FUNCTION() argument
H A Dbasic_functions.c3431 PHP_FE(sys_get_temp_dir, arginfo_sys_get_temp_dir)

Completed in 82 milliseconds

1234