Searched refs:setCommentName (Results 1 – 7 of 7) sorted by relevance
/PHP-8.1/ext/zip/tests/ |
H A D | oo_setcomment.phpt | 27 var_dump($zip->setCommentName('entry1.txt', 'entry1.txt')); 28 var_dump($zip->setCommentName('entry2.txt', 'entry2.txt')); 29 var_dump($zip->setCommentName('dir/entry2d.txt', 'dir/entry2d.txt'));
|
H A D | oo_setcomment_error.phpt | 27 var_dump($zip->setCommentName('entry1.txt', $longComment)); 41 ZipArchive::setCommentName(): Argument #2 ($comment) must be less than 65535 bytes
|
/PHP-8.1/ext/zip/examples/ |
H A D | comment.php | 5 $z->setCommentName('foo', 'Too Comment ' . time());
|
H A D | get_set_comments.php | 20 $z->setCommentName('foobar/', 'new comment foobar/');
|
/PHP-8.1/ext/zip/ |
H A D | php_zip.stub.php | 131 public function setCommentName(string $name, string $comment): bool {} function in ZipArchive
|
H A D | php_zip_arginfo.h | 323 ZEND_METHOD(ZipArchive, setCommentName); 412 ZEND_ME(ZipArchive, setCommentName, arginfo_class_ZipArchive_setCommentName, ZEND_ACC_PUBLIC)
|
H A D | php_zip.c | 2086 PHP_METHOD(ZipArchive, setCommentName) argument
|
Completed in 23 milliseconds