Searched refs:setCommentName (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/ext/zip/tests/ |
H A D | oo_setcomment.phpt | 29 var_dump($zip->setCommentName('entry1.txt', 'entry1.txt')); 30 var_dump($zip->setCommentName('entry2.txt', 'entry2.txt')); 31 var_dump($zip->setCommentName('dir/entry2d.txt', 'dir/entry2d.txt'));
|
H A D | oo_setcomment_error.phpt | 29 var_dump($zip->setCommentName('entry1.txt', $longComment)); 43 ZipArchive::setCommentName(): Argument #2 ($comment) must be less than 65535 bytes
|
/PHP-8.0/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.0/ext/zip/ |
H A D | php_zip.stub.php | 118 public function setCommentName(string $name, string $comment) {} function in ZipArchive
|
H A D | php_zip_arginfo.h | 310 ZEND_METHOD(ZipArchive, setCommentName); 399 ZEND_ME(ZipArchive, setCommentName, arginfo_class_ZipArchive_setCommentName, ZEND_ACC_PUBLIC)
|
H A D | php_zip.c | 2077 PHP_METHOD(ZipArchive, setCommentName) argument
|
Completed in 18 milliseconds