Warning: session_start(): open(/var/lib/php/sessions/sess_faunh23tgp9h429dp4dsaeqr9l, 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 indexOfMatches(S pat, L l, Matches m default null) {
ret indexOfMatches(pat, l, 0, m);
}
static int indexOfMatches(S pat, L l, int i, Matches m default null) {
int n = l(l);
for (; i < n; i++)
if (match(pat, l.get(i), m))
ret i;
ret -1;
}