Home
last modified time | relevance | path

Searched refs:php_open_temporary_fd_ex (Results 1 – 4 of 4) sorted by path

/PHP-7.4/ext/standard/
H A Dfile.c837 …if ((fd = php_open_temporary_fd_ex(dir, ZSTR_VAL(p), &opened_path, PHP_TMP_FILE_OPEN_BASEDIR_CHECK… in PHP_FUNCTION()
/PHP-7.4/main/
H A Dphp_open_temporary_file.c288 PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, zend_string **opened_path_p, … in php_open_temporary_fd_ex() function
331 return php_open_temporary_fd_ex(dir, pfx, opened_path_p, PHP_TMP_FILE_DEFAULT); in php_open_temporary_fd()
H A Dphp_open_temporary_file.h35 PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, zend_string **opened_path_p, …
H A Drfc1867.c1012 …fd = php_open_temporary_fd_ex(PG(upload_tmp_dir), "php", &temp_filename, PHP_TMP_FILE_OPEN_BASEDIR…

Completed in 44 milliseconds