Home
last modified time | relevance | path

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

/PHP-8.1/ext/zip/tests/
H A Doo_getnameindex.phpt2 getNameIndex
32 var_dump($zip->getNameIndex(0));
33 var_dump($zip->getNameIndex(1));
34 var_dump($zip->getNameIndex(2));
35 var_dump($zip->getNameIndex(3));
H A Doo_unchangeName.phpt17 var_dump($zip->getNameIndex(0));
23 var_dump($zip->getNameIndex(0));
28 var_dump($zip->getNameIndex(0));
H A Doo_unchangeIndex.phpt17 var_dump($zip->getNameIndex(0));
23 var_dump($zip->getNameIndex(0));
28 var_dump($zip->getNameIndex(0));
H A Dbug72258.phpt18 $fnInArc = $zip->getNameIndex($i, ZipArchive::FL_ENC_RAW);
H A Dbug70103.phpt20 var_dump($zip->getNameIndex(0));
/PHP-8.1/ext/zip/
H A Dphp_zip.stub.php163 public function getNameIndex(int $index, int $flags = 0): string|false {} function in ZipArchive
H A Dphp_zip_arginfo.h337 ZEND_METHOD(ZipArchive, getNameIndex);
426 ZEND_ME(ZipArchive, getNameIndex, arginfo_class_ZipArchive_getNameIndex, ZEND_ACC_PUBLIC)
H A Dphp_zip.c2011 PHP_METHOD(ZipArchive, getNameIndex) argument

Completed in 16 milliseconds