Warning: session_start(): open(/var/lib/php/sessions/sess_o99ih8i60sp3l40un0ivgpm6b9, 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 stdHash(O a, S... fields) {
if (a == null) ret 0;
int hash = getClassName(a).hashCode();
for (S field : fields)
hash ^= hashCode(getOpt(a, field));
ret hash;
}