Warning: session_start(): open(/var/lib/php/sessions/sess_h999ounf5a8gap9bhq85r05av5, 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 fullPhraseCache_intRanges(FullPhraseCache cache, LS tok) {
if (cache == null) null;
new L ranges;
for (int i = 1; i < l(tok); i += 2) {
int j = fullPhraseCache_longestPhraseLength(cache, tok, i);
if (j > i) {
ranges.add(intRange(i, j-1));
i = j-2;
}
}
ret ranges;
}