Warning: session_start(): open(/var/lib/php/sessions/sess_56bp3k4gl7cot4tpa6ptbjkh6a, 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 > B removeLastAndReturnList(B l) { removeLast(l); ret l; } static > B removeLastAndReturnList(B l, int n) { removeLast(l, n); ret l; } static > B removeLastAndReturnList(int n, B l) { ret removeLastAndReturnList(l, n); }