Home
last modified time | relevance | path

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

/PHP-8.0/ext/zip/tests/
H A Doo_setcomment.phpt46 var_dump($zip->getCommentIndex(0));
47 var_dump($zip->getCommentIndex(1));
48 var_dump($zip->getCommentIndex(2));
49 var_dump($zip->getCommentIndex(3));
50 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.phpt20 var_dump($zip->getCommentIndex($idx));
/PHP-8.0/ext/zip/examples/
H A Dget_set_comments.php11 print_r($z->getCommentIndex($i));
26 print_r($z->getCommentIndex($i));
/PHP-8.0/ext/zip/
H A Dphp_zip.stub.php129 public function getCommentIndex(int $index, int $flags = 0) {} function in ZipArchive
H A Dphp_zip_arginfo.h317 ZEND_METHOD(ZipArchive, getCommentIndex);
406 ZEND_ME(ZipArchive, getCommentIndex, arginfo_class_ZipArchive_getCommentIndex, ZEND_ACC_PUBLIC)
H A Dphp_zip.c2363 PHP_METHOD(ZipArchive, getCommentIndex) argument

Completed in 16 milliseconds