Home
last modified time | relevance | path

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

/PHP-8.2/ext/zip/tests/
H A Doo_setcomment.phpt44 var_dump($zip->getCommentIndex(0));
45 var_dump($zip->getCommentIndex(1));
46 var_dump($zip->getCommentIndex(2));
47 var_dump($zip->getCommentIndex(3));
48 var_dump($zip->getCommentIndex(4));
H A Doo_unchangeIndex.phpt18 var_dump($zip->getCommentIndex(0));
24 var_dump($zip->getCommentIndex(0));
29 var_dump($zip->getCommentIndex(0));
H A Doo_unchangeName.phpt18 var_dump($zip->getCommentIndex(0));
24 var_dump($zip->getCommentIndex(0));
29 var_dump($zip->getCommentIndex(0));
H A Doo_getcomment.phpt18 var_dump($zip->getCommentIndex($idx));
/PHP-8.2/ext/zip/examples/
H A Dget_set_comments.php11 print_r($z->getCommentIndex($i));
26 print_r($z->getCommentIndex($i));
/PHP-8.2/ext/zip/
H A Dphp_zip.stub.php740 public function getCommentIndex(int $index, int $flags = 0): string|false {}
H A Dphp_zip_arginfo.h344 ZEND_METHOD(ZipArchive, getCommentIndex);
436 ZEND_ME(ZipArchive, getCommentIndex, arginfo_class_ZipArchive_getCommentIndex, ZEND_ACC_PUBLIC)
H A Dphp_zip.c2388 PHP_METHOD(ZipArchive, getCommentIndex) argument

Completed in 27 milliseconds