Searched defs:zip (Results 1 – 8 of 8) sorted by relevance
13 $zip = new ZipArchive; variable21 $zip = new ZipArchive; variable
2 $zip = new ZipArchive(); variable
7 $zip = new ZipArchive(); variable
6 $zip = new ZipArchive(); variable
8 $zip = new ZipArchive(); variable
3 $zip = zip_open('examples/test1.zip'); variable
15 function zip_close($zip): void {}22 function zip_read($zip) {}
1218 zval * zip; in PHP_FUNCTION() local1283 zval * zip; in PHP_FUNCTION() local3143 static PHP_MINIT_FUNCTION(zip) argument3181 static PHP_MSHUTDOWN_FUNCTION(zip) argument3190 static PHP_MINFO_FUNCTION(zip) argument
Completed in 14 milliseconds