Home
last modified time | relevance | path

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

/PHP-7.1/main/
H A Dphp_open_temporary_file.h29 PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, zend_string **opened_path_p, …
H A Dphp_open_temporary_file.c294 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, 0); in php_open_temporary_fd()
H A Drfc1867.c1021 fd = php_open_temporary_fd_ex(PG(upload_tmp_dir), "php", &temp_filename, 1);
/PHP-7.1/ext/standard/
H A Dfile.c825 if ((fd = php_open_temporary_fd_ex(dir, ZSTR_VAL(p), &opened_path, 1)) >= 0) { in PHP_FUNCTION()

Completed in 17 milliseconds