Searched defs:zip (Results 1 – 7 of 7) 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 …]
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
1156 zval * zip; in PHP_NAMED_FUNCTION() local1223 zval * zip; in PHP_NAMED_FUNCTION() local3019 static PHP_MINIT_FUNCTION(zip) in PHP_MINIT_FUNCTION() argument3152 static PHP_MSHUTDOWN_FUNCTION(zip) in PHP_MSHUTDOWN_FUNCTION() argument3162 static PHP_MINFO_FUNCTION(zip) in PHP_MINFO_FUNCTION() argument
Completed in 23 milliseconds