📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 16:39:43
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php81-pecl-leveldb_0.3.0-1.el8
/
tests
📍 /opt/alt/tests/alt-php81-pecl-leveldb_0.3.0-1.el8/tests
🔄 Refresh
✏️
Editing: 013-compactRange.phpt
Read Only
--TEST-- leveldb - compactRange --SKIPIF-- <?php include 'skipif.inc'; ?> --FILE-- <?php $leveldb_path = dirname(__FILE__) . '/leveldb-compactRange.test-db'; $db = new LevelDB($leveldb_path); for($i=0; $i < 99999; ++$i) { $db->set("b{$i}", "value{$i}"); } var_dump($db->compactRange('a', 'Z')); ?> ==DONE== --CLEAN-- <?php $leveldb_path = dirname(__FILE__) . '/leveldb-compactRange.test-db'; LevelDB::destroy($leveldb_path); ?> --EXPECTF-- NULL ==DONE==
💾 Save Changes
❌ Cancel