Warning: session_start(): open(/var/lib/php/sessions/sess_jpoln8ect7dbn9kkfitq0jc7f0, 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
persistable sclass RegExp {
S pattern;
bool caseInsensitive;
transient Pattern compiled;
*(S *pattern) {}
*(S *pattern, bool *caseInsensitive) {}
java.util.regex.Pattern compile aka get() {
compiled if null = compileRegexpPossiblyIC(pattern, caseInsensitive);
ret compiled;
}
}