Searched defs:zip (Results 1 – 6 of 6) sorted by relevance
183 struct zip { struct186 struct zip_error error; /* error information */ argument193 struct zip_cdir *cdir; /* central directory */ argument195 int ch_comment_len; /* length of changed zip archive argument197 zip_uint64_t nentry; /* number of entries */ argument198 zip_uint64_t nentry_alloc; /* number of entries allocated */ argument199 struct zip_entry *entry; /* entries */ argument202 struct zip_file **file; /* opened files within archive */ argument205 /* file in zip archive, part of API */ argument
6 $zip = new ZipArchive(); variable
2 $zip = new ZipArchive(); variable
8 $zip = new ZipArchive(); variable
3 $zip = zip_open('examples/test1.zip'); variable
1254 zval * zip; in PHP_NAMED_FUNCTION() local1315 zval * zip; in PHP_NAMED_FUNCTION() local2771 static PHP_MINIT_FUNCTION(zip) in PHP_MINIT_FUNCTION() argument2860 static PHP_MSHUTDOWN_FUNCTION(zip) in PHP_MSHUTDOWN_FUNCTION() argument2872 static PHP_MINFO_FUNCTION(zip) in PHP_MINFO_FUNCTION() argument
Completed in 21 milliseconds