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:
@@ -33,7 +33,7 @@ if ($zip->open($filename, ZipArchive::CREATE) !== true) {
|
||||
}
|
||||
|
||||
echo "files: " , $zip->numFiles;
|
||||
|
||||
$zip->close();
|
||||
unlink($filename);
|
||||
|
||||
--EXPECT--
|
||||
|
||||
Reference in New Issue
Block a user