Skip to content

Commit 17106cc

Browse files
spudondrejmirtes
authored andcommitted
Updated return values for zip_open
Added int and false as possible return values
1 parent db0a5f6 commit 17106cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13721,7 +13721,7 @@
1372113721
'zip_entry_name' => ['string|false', 'zip_entry'=>'resource'],
1372213722
'zip_entry_open' => ['bool', 'zip_dp'=>'resource', 'zip_entry'=>'resource', 'mode='=>'string'],
1372313723
'zip_entry_read' => ['string|false', 'zip_entry'=>'resource', 'len='=>'int'],
13724-
'zip_open' => ['resource', 'filename'=>'string'],
13724+
'zip_open' => ['resource|false|int', 'filename'=>'string'],
1372513725
'zip_read' => ['resource', 'zip'=>'resource'],
1372613726
'ZipArchive::addEmptyDir' => ['bool', 'dirname'=>'string'],
1372713727
'ZipArchive::addFile' => ['bool', 'filepath'=>'string', 'entryname='=>'string', 'start='=>'int', 'length='=>'int'],

0 commit comments

Comments
 (0)