--TEST-- leveldb - compression --SKIPIF-- --FILE-- 33)); unset($db); $db = new LevelDB($leveldb_path, array('compression' => LEVELDB_SNAPPY_COMPRESSION)); $db->set("key", "value"); ?> ==DONE== --CLEAN-- --EXPECTF-- Warning: LevelDB::__construct(): Unsupported compression type in %s on line %s ==DONE==