Warning: session_start(): open(/var/lib/php/sessions/sess_5taosorn885ptpmiv7gj60j43r, 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 bool ctxEvalCondition(S cond) {
cond = ctxUnbracket(cond);
SS globals = ctxContext().globals;
L tok = javaTok(cond);
S t = get(tok, 1);
if (isQuoted(t))
ret ctxEvalPattern(unquoteCtx(t));
if (isIdentifier(t) && (
l(tok) == 9 && eqGet(tok, 3, "=") && eqGet(tok, 5, "=") && eqGetIC(tok, 7, "true")
|| l(tok) == 3))
ret eq(t, "TRUE") || eqic(globals.get(t), "TRUE");
Bool b = woodyEvalTimeCondition(cond);
if (b != null) ret b;
CtxExpr exp = ctxParseExpression(cond);
ret exp.get();
}