📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 13:26:30
📂
/
/
opt
/
alt
/
tests
/
alt-php80-pecl-leveldb_0.3.0-1.el8
/
tests
✏️
Editing: 010-compression.phpt
--TEST-- leveldb - compression --SKIPIF-- <?php include 'skipif.inc'; ?> --FILE-- <?php $leveldb_path = dirname(__FILE__) . '/leveldb-compression.test-db'; $db = new LevelDB($leveldb_path, array('compression' => 33)); unset($db); $db = new LevelDB($leveldb_path, array('compression' => LEVELDB_SNAPPY_COMPRESSION)); $db->set("key", "value"); ?> ==DONE== --CLEAN-- <?php $leveldb_path = dirname(__FILE__) . '/leveldb-compression.test-db'; LevelDB::destroy($leveldb_path); ?> --EXPECTF-- Warning: LevelDB::__construct(): Unsupported compression type in %s on line %s ==DONE==
💾 Save Changes
❌ Cancel