Warning: session_start(): open(/var/lib/php/sessions/sess_u57rj7gt0noeuhknfdvd5n9qi7, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static int readCompressed30BitUint_IByteMemory64(IByteMemory64 mem, long ptr) { int i = ubyteToInt(mem.getByte(ptr)); if (i < 0x40) ret i; int j = ubyteToInt(mem.getByte(++ptr)); if (i < 0x80) ret ((i & 0x3F) << 8) | j; int k = ubyteToInt(mem.getByte(++ptr)); if (i < 0xC0) ret ((i & 0x3F) << 16) | (j << 8) | k; ret ((i & 0x3F) << 24) | (j << 16) | (k << 8) | ubyteToInt(mem.getByte(++ptr)); }