📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 14:12:33
📂
/
/
opt
/
alt
/
tests
/
alt-php82-pecl-rar_4.2.0-3.el8
/
tests
✏️
Editing: 021.phpt
--TEST-- RarEntry::isDirectory() basic test --SKIPIF-- <?php if(!extension_loaded("rar")) print "skip"; ?> --FILE-- <?php $rar_file1 = rar_open(dirname(__FILE__).'/directories.rar'); $entries = rar_list($rar_file1); foreach ($entries as $e) { echo "{$e->getName()} is ". ($e->isDirectory()?"":"not ") . "a directory.\n"; } echo "Done\n"; --EXPECTF-- dirwithsth%cfileindir.txt is not a directory. dirwithsth is a directory. emptydir is a directory. Done
💾 Save Changes
❌ Cancel