Skip to content

Commit

Permalink
functionMap: ZipArchive::open() returns true on success, int (error c…
Browse files Browse the repository at this point in the history
…ode) on failure
  • Loading branch information
dktapps authored Jun 22, 2020
1 parent f8a6cf1 commit c8923b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Reflection/SignatureMap/functionMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -13743,7 +13743,7 @@
'ZipArchive::getStatusString' => ['string'],
'ZipArchive::getStream' => ['resource|false', 'entryname'=>'string'],
'ZipArchive::locateName' => ['int|false', 'filename'=>'string', 'flags='=>'int'],
'ZipArchive::open' => ['mixed', 'source'=>'string', 'flags='=>'int'],
'ZipArchive::open' => ['ZipArchive::ER_*|true', 'source'=>'string', 'flags='=>'int'],
'ZipArchive::renameIndex' => ['bool', 'index'=>'int', 'new_name'=>'string'],
'ZipArchive::renameName' => ['bool', 'name'=>'string', 'new_name'=>'string'],
'ZipArchive::setArchiveComment' => ['bool', 'comment'=>'string'],
Expand Down

0 comments on commit c8923b5

Please sign in to comment.