]> granicus.if.org Git - php/commitdiff
- fix test
authorPierre Joye <pajoye@php.net>
Mon, 1 Feb 2010 19:30:32 +0000 (19:30 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 1 Feb 2010 19:30:32 +0000 (19:30 +0000)
ext/zip/tests/bug47667.phpt

index 960a3c5d7ecebac733173cddafb19cd7dc4650c0..79347028c983d663ce2f2a7937c0e752039b80ff 100644 (file)
@@ -33,7 +33,7 @@ if ($zip->open($filename, ZipArchive::CREATE) !== true) {
 }
 
 echo "files: " , $zip->numFiles;
-
+$zip->close();
 unlink($filename);
 
 --EXPECT--