Home
last modified time | relevance | path

Searched refs:getNameIndex (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/zip/tests/
H A Doo_getnameindex.phpt2 getNameIndex
34 var_dump($zip->getNameIndex(0));
35 var_dump($zip->getNameIndex(1));
36 var_dump($zip->getNameIndex(2));
37 var_dump($zip->getNameIndex(3));
H A Doo_unchangeIndex.phpt17 var_dump($zip->getNameIndex(0));
23 var_dump($zip->getNameIndex(0));
28 var_dump($zip->getNameIndex(0));
H A Doo_unchangeName.phpt17 var_dump($zip->getNameIndex(0));
23 var_dump($zip->getNameIndex(0));
28 var_dump($zip->getNameIndex(0));
H A Dbug72258.phpt20 $fnInArc = $zip->getNameIndex($i, ZipArchive::FL_ENC_RAW);
H A Dbug70103.phpt22 var_dump($zip->getNameIndex(0));
/PHP-8.0/ext/zip/
H A Dphp_zip.stub.php150 public function getNameIndex(int $index, int $flags = 0) {} function in ZipArchive
H A Dphp_zip_arginfo.h324 ZEND_METHOD(ZipArchive, getNameIndex);
413 ZEND_ME(ZipArchive, getNameIndex, arginfo_class_ZipArchive_getNameIndex, ZEND_ACC_PUBLIC)
H A Dphp_zip.c2002 PHP_METHOD(ZipArchive, getNameIndex) argument

Completed in 24 milliseconds