--TEST-- leveldb - db close --SKIPIF-- --FILE-- close(); unset($it); unset($db); // ensure destructeur properly close the db */ LevelDB::destroy($leveldb_path); var_dump(file_exists($leveldb_path)); ?> --CLEAN-- --EXPECTF-- Deprecated: %s LevelDB::close() is deprecated in %s bool(false)