Warning: session_start(): open(/var/lib/php/sessions/sess_reetauuh654jsvj0k3gaijg6or, 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 assertLength(int length, L l) {
assertEquals(length, l(l));
ret l;
}
static S assertLength(int length, S s) {
assertEquals(s, length, l(s));
ret s;
}
static S assertLength(S s, int length) {
ret assertLength(length, s);
}