📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-07-01 15:48:31
📂
/ (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: 010-compression.phpt
Read Only
--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