Warning: session_start(): open(/var/lib/php/sessions/sess_s4i5u6gt5aft2382tijco4uiop, 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
sS str_shortenSyntheticAndStandardToString(O o) {
if (isInstanceOfSyntheticClass(o)) ret "Synthetic instance of " + joinWithSlash(map(c -> "interface " + shortClassName(c), o.getClass().getInterfaces()));
if (o instanceof Class) ret "class " + shortName(o);
if (!implementsCustomToString(o)) ret "Instance of " + shortClassName(o);
ret str(o);
}