Warning: session_start(): open(/var/lib/php/sessions/sess_au899ttj1ogfdvpmctk4uab9a7, 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 O jparse_parser;
static synchronized L jparse(S text, S className) {
if (jparse_parser == null) {
jparse_parser = run_overBot("#1002369");
setOpt(jparse_parser, "keepRules", true);
}
//setOpt(jparse_parser, "debug", true);
O parseResult = call(jparse_parser, "jparse", text);
ret (L) call(parseResult, "explain", className);
}