Home
last modified time | relevance | path

Searched refs:upload_tmp_dir (Results 1 – 10 of 10) sorted by relevance

/php-src/sapi/cli/tests/
H A D003.phpt18 …`$php -n -d upload_tmp_dir=/test/path -d max_execution_time=555 -r 'var_dump(ini_get("max_executio…
/php-src/sapi/cgi/tests/
H A D002.phpt22 …s($file, '<?php var_dump(ini_get("max_execution_time")); var_dump(ini_get("upload_tmp_dir")); ?>');
24 var_dump(`$php -n -d upload_tmp_dir=/test/path -d max_execution_time=555 $file`);
/php-src/tests/basic/
H A D021.phpt5 upload_tmp_dir=.
/php-src/main/
H A Dphp_globals.h88 char *upload_tmp_dir; member
H A DSAPI.c267 …st_body = php_stream_temp_create_ex(TEMP_STREAM_DEFAULT, SAPI_POST_BLOCK_SIZE, PG(upload_tmp_dir)); in SAPI_POST_READER_FUNC()
H A Drfc1867.c998 …fd = php_open_temporary_fd_ex(PG(upload_tmp_dir), "php", &temp_filename, PHP_TMP_FILE_OPEN_BASEDIR…
H A Dmain.c737 …Y("upload_tmp_dir", NULL, PHP_INI_SYSTEM, OnUpdateStringUnempty, upload_tmp_dir, php_core_gl…
/php-src/ext/standard/
H A Dphp_fopen_wrapper.c231 …t->body = php_stream_temp_create_ex(TEMP_STREAM_DEFAULT, SAPI_POST_BLOCK_SIZE, PG(upload_tmp_dir)); in php_stream_url_wrap_php()
/php-src/
H A Dphp.ini-development859 ;upload_tmp_dir =
H A Dphp.ini-production861 ;upload_tmp_dir =

Completed in 28 milliseconds