]> granicus.if.org Git - php/commitdiff
MFH
authorAntony Dovgal <tony2001@php.net>
Mon, 4 Jun 2007 17:18:51 +0000 (17:18 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 4 Jun 2007 17:18:51 +0000 (17:18 +0000)
ext/standard/tests/general_functions/bug41518.phpt

index c15cae1212b168599f3a1b82c1784044fdd6c36f..675b82ccacadd011f6faeb3242229f724b2f820f 100644 (file)
@@ -20,6 +20,8 @@ touch($tmp_file);
 var_dump(file_exists($tmp_file)); //exists
 var_dump(file_exists($tmp_file."nosuchfile")); //doesn't exist
 
+@unlink($tmp_file);
+
 echo "Done\n";
 ?>
 --EXPECTF--