1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 17:38:14 +02:00

- fix test

This commit is contained in:
Pierre Joye
2010-02-01 19:30:32 +00:00
parent 3b1e87afd3
commit ee93a6ec0a
+1 -1
View File
@@ -33,7 +33,7 @@ if ($zip->open($filename, ZipArchive::CREATE) !== true) {
}
echo "files: " , $zip->numFiles;
$zip->close();
unlink($filename);
--EXPECT--