Home
last modified time | relevance | path

Searched defs:zip (Results 1 – 8 of 8) sorted by relevance

/PHP-8.2/ext/zip/examples/
H A Dencryption.php13 $zip = new ZipArchive; variable
21 $zip = new ZipArchive; variable
H A Dextract.php6 $zip = new ZipArchive(); variable
H A DextractAll.php2 $zip = new ZipArchive(); variable
H A Dset_compression.php7 $zip = new ZipArchive(); variable
H A Dcreate.php8 $zip = new ZipArchive(); variable
H A Doldapi.php3 $zip = zip_open('examples/test1.zip'); variable
/PHP-8.2/ext/zip/
H A Dphp_zip.stub.php15 function zip_close($zip): void {}
22 function zip_read($zip) {}
H A Dphp_zip.c1212 zval * zip; in PHP_FUNCTION() local
1277 zval * zip; in PHP_FUNCTION() local
3137 static PHP_MINIT_FUNCTION(zip) argument
3173 static PHP_MSHUTDOWN_FUNCTION(zip) argument
3182 static PHP_MINFO_FUNCTION(zip) argument

Completed in 33 milliseconds