Warning: session_start(): open(/var/lib/php/sessions/sess_843dmp8i4kd4ssr7nljvldus90, 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 boolean stdEq2(O a, O b) { if (a == null) ret b == null; if (b == null) ret false; if (a.getClass() != b.getClass()) ret false; for (S field : allFields(a)) if (neq(getOpt(a, field), getOpt(b, field))) ret false; ret true; }