Warning: session_start(): open(/var/lib/php/sessions/sess_pn9aevlf8re7sjvcgnb6os8h50, 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 new Map applyAlwaysRules_handlers;
// for handlers
static new ThreadLocal applyAlwaysRules_ruleID;
static void applyAlwaysRules_step() {
for (LispStatement s : lispStatements_cloned()) {
Lisp l = s.term;
O handler = applyAlwaysRules_handlers.get(l.head);
if (handler != null) {
applyAlwaysRules_ruleID.set(s.globalID);
try {
callF(handler, lispSingleChildOrFull(l));
} finally {
applyAlwaysRules_ruleID.set(null);
}
}
}
}