Searched refs:php_do_open_temporary_file (Results 1 – 1 of 1) sorted by relevance
97 static int php_do_open_temporary_file(const char *path, const char *pfx, char **opened_path_p TSRML… in php_do_open_temporary_file() function269 return php_do_open_temporary_file(temp_dir, pfx, opened_path_p TSRMLS_CC); in php_open_temporary_fd_ex()276 fd = php_do_open_temporary_file(dir, pfx, opened_path_p TSRMLS_CC); in php_open_temporary_fd_ex()
Completed in 13 milliseconds