Searched refs:php_open_temporary_fd_ex (Results 1 – 5 of 5) sorted by relevance
/PHP-8.1/main/ |
H A D | php_open_temporary_file.h | 33 PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, zend_string **opened_path_p, …
|
H A D | php_open_temporary_file.c | 286 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 D | rfc1867.c | 1018 …fd = php_open_temporary_fd_ex(PG(upload_tmp_dir), "php", &temp_filename, PHP_TMP_FILE_OPEN_BASEDIR…
|
/PHP-8.1/ext/standard/ |
H A D | file.c | 843 …if ((fd = php_open_temporary_fd_ex(dir, ZSTR_VAL(p), &opened_path, PHP_TMP_FILE_OPEN_BASEDIR_CHECK… in PHP_FUNCTION()
|
/PHP-8.1/ext/soap/ |
H A D | php_sdl.c | 2126 …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 24 milliseconds