// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
tests
/
alt-php80-pecl-rar_4.2.0-3.el8
/
tests
[ PARENT ]
EDIT :: 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
CANCEL