Searched refs:setCommentIndex (Results 1 – 8 of 8) sorted by relevance
/PHP-8.2/ext/zip/tests/ |
H A D | oo_setcomment_error.phpt | 32 var_dump($zip->setCommentIndex(1, $longComment)); 42 ZipArchive::setCommentIndex(): Argument #2 ($comment) must be less than 65535 bytes
|
H A D | oo_setcomment.phpt | 22 var_dump($zip->setCommentIndex($zip->lastId, 'entry4.txt')); 24 var_dump($zip->setCommentIndex($zip->lastId, 'entry5.txt'));
|
H A D | oo_unchangeIndex.phpt | 21 $zip->setCommentIndex(0, 'baz comment');
|
H A D | oo_unchangeName.phpt | 21 $zip->setCommentIndex(0, 'baz comment');
|
/PHP-8.2/ext/zip/examples/ |
H A D | get_set_comments.php | 19 $z->setCommentIndex(1, 'new comment idx 1');
|
/PHP-8.2/ext/zip/ |
H A D | php_zip.stub.php | 726 public function setCommentIndex(int $index, string $comment): bool {}
|
H A D | php_zip_arginfo.h | 336 ZEND_METHOD(ZipArchive, setCommentIndex); 428 ZEND_ME(ZipArchive, setCommentIndex, arginfo_class_ZipArchive_setCommentIndex, ZEND_ACC_PUBLIC)
|
H A D | php_zip.c | 2136 PHP_METHOD(ZipArchive, setCommentIndex) argument
|
Completed in 24 milliseconds