Home
last modified time | relevance | path

Searched refs:php_open_temporary_fd_ex (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/main/
H A Dphp_open_temporary_file.h33 PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, zend_string **opened_path_p, …
H A Dphp_open_temporary_file.c286 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
329 return php_open_temporary_fd_ex(dir, pfx, opened_path_p, PHP_TMP_FILE_DEFAULT); in php_open_temporary_fd()
H A Drfc1867.c1012 …fd = php_open_temporary_fd_ex(PG(upload_tmp_dir), "php", &temp_filename, PHP_TMP_FILE_OPEN_BASEDIR…
/PHP-8.2/ext/standard/
H A Dfile.c713 …if ((fd = php_open_temporary_fd_ex(dir, ZSTR_VAL(p), &opened_path, PHP_TMP_FILE_OPEN_BASEDIR_CHECK… in PHP_FUNCTION()
/PHP-8.2/ext/soap/
H A Dphp_sdl.c2126 …f = php_open_temporary_fd_ex(SOAP_GLOBAL(cache_dir), "tmp.wsdl.", &temp_file_path, PHP_TMP_FILE_SI… in add_sdl_to_cache()

Completed in 40 milliseconds