Warning: session_start(): open(/var/lib/php/sessions/sess_jnd4apilumet47vjct6i2sq3c0, 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
// from https://stackoverflow.com/questions/664014/what-integer-hash-function-are-good-that-accepts-an-integer-hash-key // reverse of scrambleInt static int unscrambleInt(int x) { x = ((x >>> 16) ^ x) * 0x119de1f3; x = ((x >>> 16) ^ x) * 0x119de1f3; x = (x >>> 16) ^ x; ret x; }