Home
last modified time | relevance | path

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

/php-src/main/
H A Dphp_open_temporary_file.c213 char *sys_temp_dir = PG(sys_temp_dir); in php_get_temporary_directory() local
214 if (sys_temp_dir) { in php_get_temporary_directory()
215 size_t len = strlen(sys_temp_dir); in php_get_temporary_directory()
216 if (len >= 2 && sys_temp_dir[len - 1] == DEFAULT_SLASH) { in php_get_temporary_directory()
217 PG(php_sys_temp_dir) = estrndup(sys_temp_dir, len - 1); in php_get_temporary_directory()
219 } else if (len >= 1 && sys_temp_dir[len - 1] != DEFAULT_SLASH) { in php_get_temporary_directory()
220 PG(php_sys_temp_dir) = estrndup(sys_temp_dir, len); in php_get_temporary_directory()
H A Dphp_globals.h86 char *sys_temp_dir; member
H A Dmain.c729 …STD_PHP_INI_ENTRY("sys_temp_dir", NULL, PHP_INI_SYSTEM, OnUpdateStringUnempty, sys_temp_dir, …
/php-src/tests/basic/
H A Dreq60524.phpt4 sys_temp_dir=/path/to/temp/dir
H A Dreq60524-win.phpt4 sys_temp_dir=C:\Windows
/php-src/sapi/cgi/tests/
H A Dbug69487.phpt5 sys_temp_dir=/not-supposed-to-exist
/php-src/
H A Dphp.ini-development782 ;sys_temp_dir = "/tmp"
H A Dphp.ini-production784 ;sys_temp_dir = "/tmp"

Completed in 22 milliseconds