Home
last modified time | relevance | path

Searched refs:sys_temp_dir (Results 1 – 8 of 8) sorted by path

/PHP-7.2/main/
H A Dmain.c592 …STD_PHP_INI_ENTRY("sys_temp_dir", NULL, PHP_INI_SYSTEM, OnUpdateStringUnempty, sys_temp_dir, …
H A Dphp_globals.h87 char *sys_temp_dir; member
H A Dphp_open_temporary_file.c217 char *sys_temp_dir = PG(sys_temp_dir); in php_get_temporary_directory() local
218 if (sys_temp_dir) { in php_get_temporary_directory()
219 int len = (int)strlen(sys_temp_dir); in php_get_temporary_directory()
220 if (len >= 2 && sys_temp_dir[len - 1] == DEFAULT_SLASH) { in php_get_temporary_directory()
221 PG(php_sys_temp_dir) = estrndup(sys_temp_dir, len - 1); in php_get_temporary_directory()
223 } else if (len >= 1 && sys_temp_dir[len - 1] != DEFAULT_SLASH) { in php_get_temporary_directory()
224 PG(php_sys_temp_dir) = estrndup(sys_temp_dir, len); in php_get_temporary_directory()
/PHP-7.2/
H A Dphp.ini-development738 ; sys_temp_dir = "/tmp"
H A Dphp.ini-production740 ; sys_temp_dir = "/tmp"
/PHP-7.2/sapi/tests/
H A Dbug69487.phpt5 sys_temp_dir=/not-supposed-to-exist
/PHP-7.2/tests/basic/
H A Dreq60524-win.phpt4 sys_temp_dir=C:\Windows
H A Dreq60524.phpt4 sys_temp_dir=/path/to/temp/dir

Completed in 42 milliseconds