Searched defs:zip (Results 1 – 6 of 6) sorted by relevance
271 struct zip { struct274 unsigned int open_flags; /* flags passed to zip_open */ argument275 struct zip_error error; /* error information */ argument282 struct zip_string *comment_orig; /* archive comment */ argument283 struct zip_string *comment_changes; /* changed archive comment */ argument286 zip_uint64_t nentry; /* number of entries */ argument287 zip_uint64_t nentry_alloc; /* number of entries allocated */ argument288 struct zip_entry *entry; /* entries */ argument292 struct zip_file **file; /* opened files within archive */ argument297 /* 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
1292 zval * zip; in PHP_NAMED_FUNCTION() local1353 zval * zip; in PHP_NAMED_FUNCTION() local3041 static PHP_MINIT_FUNCTION(zip) in PHP_MINIT_FUNCTION() argument3156 static PHP_MSHUTDOWN_FUNCTION(zip) in PHP_MSHUTDOWN_FUNCTION() argument3168 static PHP_MINFO_FUNCTION(zip) in PHP_MINFO_FUNCTION() argument
Completed in 13 milliseconds