Warning: session_start(): open(/var/lib/php/sessions/sess_4nha6dnt851u4i60t1mcki82aj, 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 smallestList_l(O l) {
if (l == null) ret 0;
if (l cast Pair) ret 2;
if (l cast Triple) ret 3;
if (l cast O[]) ret l(l);
ret 1;
}