Home
last modified time | relevance | path

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

/php-src/ext/zip/tests/
H A Doo_setcomment_error.phpt32 var_dump($zip->setCommentIndex(1, $longComment));
42 ZipArchive::setCommentIndex(): Argument #2 ($comment) must be less than 65535 bytes
H A Doo_setcomment.phpt22 var_dump($zip->setCommentIndex($zip->lastId, 'entry4.txt'));
24 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-src/ext/zip/examples/
H A Dget_set_comments.php19 $z->setCommentIndex(1, 'new comment idx 1');
/php-src/ext/zip/
H A Dphp_zip.stub.php695 public function setCommentIndex(int $index, string $comment): bool {}
H A Dphp_zip_arginfo.h347 ZEND_METHOD(ZipArchive, setCommentIndex);
439 ZEND_ME(ZipArchive, setCommentIndex, arginfo_class_ZipArchive_setCommentIndex, ZEND_ACC_PUBLIC)
H A Dphp_zip.c2185 PHP_METHOD(ZipArchive, setCommentIndex) argument

Completed in 24 milliseconds