📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 14:37:14
📂
/
/
opt
/
alt
/
tests
/
alt-php83-pecl-rar_4.2.0-3.el8
/
tests
✏️
Editing: 031.phpt
--TEST-- RarArchive::getComment() basic test --SKIPIF-- <?php if(!extension_loaded("rar")) print "skip"; ?> --FILE-- <?php $rar_arch = RarArchive::open(dirname(__FILE__) . '/commented.rar'); echo $rar_arch->getComment(); echo "\n"; echo "Done\n"; --EXPECTF-- This is the comment of the file commented.rar. Done
💾 Save Changes
❌ Cancel