mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Added missing call to ZipArchive::close()
This commit is contained in:
parent
dcd772325d
commit
1eae77221e
2 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,8 @@ $zip->unchangeIndex(0);
|
|||
var_dump($zip->getNameIndex(0));
|
||||
var_dump($zip->getCommentIndex(0));
|
||||
|
||||
$zip->close();
|
||||
|
||||
var_dump(md5_file($file));
|
||||
?>
|
||||
--CLEAN--
|
||||
|
|
|
@ -28,6 +28,8 @@ $zip->unchangeName('baz filename');
|
|||
var_dump($zip->getNameIndex(0));
|
||||
var_dump($zip->getCommentIndex(0));
|
||||
|
||||
$zip->close();
|
||||
|
||||
var_dump(md5_file($file));
|
||||
?>
|
||||
--CLEAN--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue