Warning: session_start(): open(/var/lib/php/sessions/sess_0hg4g1crkihgc31dn37obf1ctp, 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
sclass ExpectNumberedLines > Expecter {
bool check(O o) {
if (o cast S) {
LS l = lines((S) o);
for i over l:
if (!startsWith(l.get(i), (i+1) + "."))
false;
true;
}
false;
}
}