1
0
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:
Pierrick Charron
2011-12-02 04:16:46 +00:00
parent 37eba77f31
commit a2d189883f

View File

@@ -46,6 +46,7 @@ $returnContent = curl_exec($ch);
curl_close($ch);
var_dump($returnContent);
isset($tempname) and is_file($tempname) and @unlink($tempname);
?>
--EXPECT--