Warning: session_start(): open(/var/lib/php/sessions/sess_4uf0siq25ki388oj450ubcg6il, 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 startsAndEndsWith(S a, char c) { ret startsWith(a, c) && endsWith(a, c) && l(a) >= 2; } static bool startsAndEndsWith(S a, S b) { ret startsWith(a, b) && endsWith(a, b) && l(a) >= l(b)*2; }