Warning: session_start(): open(/var/lib/php/sessions/sess_8tutfuv3aicfst4qemho0nu5h7, 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 bool instanceOf(O o, S className) {
if (o == null) false;
S c = o.getClass().getName();
ret eq(c, className) || eq(c, "main$" + className);
}
static bool instanceOf(O o, Class c) {
if (c == null) false;
ret c.isInstance(o);
}