Home
last modified time | relevance | path

Searched refs:getFromIndex (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/zip/tests/
H A Dbug8700.phpt2 Bug #8700 (getFromIndex(0) fails)
17 $contents_from_idx = $zip->getFromIndex(0);
/PHP-8.0/ext/zip/
H A Dphp_zip.stub.php171 public function getFromIndex(int $index, int $len = 0, int $flags = 0) {} function in ZipArchive
H A Dphp_zip_arginfo.h331 ZEND_METHOD(ZipArchive, getFromIndex);
420 ZEND_ME(ZipArchive, getFromIndex, arginfo_class_ZipArchive_getFromIndex, ZEND_ACC_PUBLIC)
H A Dphp_zip.c2871 PHP_METHOD(ZipArchive, getFromIndex) argument

Completed in 17 milliseconds