📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 13:22:37
📂
/
/
opt
/
alt
/
tests
/
alt-php80-pecl-leveldb_0.3.0-1.el8
/
tests
✏️
Editing: 013-compactRange.phpt
--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