mirror of
https://github.com/php/php-src.git
synced 2026-03-27 01:32:22 +01:00
Cleans up test file
This commit is contained in:
@@ -46,6 +46,7 @@ $returnContent = curl_exec($ch);
|
||||
curl_close($ch);
|
||||
|
||||
var_dump($returnContent);
|
||||
isset($tempname) and is_file($tempname) and @unlink($tempname);
|
||||
|
||||
?>
|
||||
--EXPECT--
|
||||
|
||||
Reference in New Issue
Block a user