Home
last modified time | relevance | path

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

/PHP-8.2/ext/soap/
H A Dphp_sdl.c2127 zend_string *temp_file_path; in add_sdl_to_cache() local
2128 …f = php_open_temporary_fd_ex(SOAP_GLOBAL(cache_dir), "tmp.wsdl.", &temp_file_path, PHP_TMP_FILE_SI… in add_sdl_to_cache()
2386 if (VCWD_RENAME(ZSTR_VAL(temp_file_path), fn) < 0) { in add_sdl_to_cache()
2387 VCWD_UNLINK(ZSTR_VAL(temp_file_path)); in add_sdl_to_cache()
2396 zend_string_release_ex(temp_file_path, false); in add_sdl_to_cache()

Completed in 20 milliseconds