Warning: session_start(): open(/var/lib/php/sessions/sess_mc3lk9ik2hb97mqcp8q1kpgjhj, 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 L withoutNulls(Cl l) { if (l cast L) if (!containsNulls(l)) ret l; new L l2; for (A a : l) if (a != null) l2.add(a); ret l2; } static Map withoutNulls(Map map) { Map map2 = similarEmptyMap(map); for (A a : keys(map)) if (a != null) { B b = map.get(a); if (b != null) map2.put(a, b); } ret map2; } static L withoutNulls(A[] l) { new L l2; if (l != null) for (A a : l) if (a != null) l2.add(a); ret l2; }