Home
last modified time | relevance | path

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

/PHP-8.0/ext/zip/tests/
H A Doo_setcomment_error.phpt34 var_dump($zip->setCommentIndex(1, $longComment));
44 ZipArchive::setCommentIndex(): Argument #2 ($comment) must be less than 65535 bytes
H A Doo_setcomment.phpt24 var_dump($zip->setCommentIndex($zip->lastId, 'entry4.txt'));
26 var_dump($zip->setCommentIndex($zip->lastId, 'entry5.txt'));
H A Doo_unchangeIndex.phpt21 $zip->setCommentIndex(0, 'baz comment');
H A Doo_unchangeName.phpt21 $zip->setCommentIndex(0, 'baz comment');
/PHP-8.0/ext/zip/examples/
H A Dget_set_comments.php19 $z->setCommentIndex(1, 'new comment idx 1');
/PHP-8.0/ext/zip/
H A Dphp_zip.stub.php115 public function setCommentIndex(int $index, string $comment) {} function in ZipArchive
H A Dphp_zip_arginfo.h309 ZEND_METHOD(ZipArchive, setCommentIndex);
398 ZEND_ME(ZipArchive, setCommentIndex, arginfo_class_ZipArchive_setCommentIndex, ZEND_ACC_PUBLIC)
H A Dphp_zip.c2111 PHP_METHOD(ZipArchive, setCommentIndex) argument

Completed in 19 milliseconds