Searched defs:zip (Results 1 – 8 of 8) sorted by relevance
293 struct zip { struct294 zip_source_t *src; /* data source for archive */ argument295 unsigned int open_flags; /* flags passed to zip_open */ argument296 zip_error_t error; /* error information */ argument303 zip_string_t *comment_orig; /* archive comment */ argument304 zip_string_t *comment_changes; /* changed archive comment */ argument307 zip_uint64_t nentry; /* number of entries */ argument308 zip_uint64_t nentry_alloc; /* number of entries allocated */ argument309 zip_entry_t *entry; /* entries */ argument315 zip_hash_t *names; /* hash table for name lookup */ argument[all …]
13 $zip = new ZipArchive; variable21 $zip = new ZipArchive; variable
6 $zip = new ZipArchive(); variable
2 $zip = new ZipArchive(); variable
7 $zip = new ZipArchive(); variable
8 $zip = new ZipArchive(); variable
3 $zip = zip_open('examples/test1.zip'); variable
1186 zval * zip; in PHP_NAMED_FUNCTION() local1253 zval * zip; in PHP_NAMED_FUNCTION() local3175 static PHP_MINIT_FUNCTION(zip) in PHP_MINIT_FUNCTION() argument3321 static PHP_MSHUTDOWN_FUNCTION(zip) in PHP_MSHUTDOWN_FUNCTION() argument3331 static PHP_MINFO_FUNCTION(zip) in PHP_MINFO_FUNCTION() argument
Completed in 30 milliseconds