Warning: session_start(): open(/var/lib/php/sessions/sess_j9vb06pir6l3jq5c5r5phr6kt4, 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
// executes things like "hasWord($x) => ..." sclass AI_ExecuteSimpleForWhere implements Steppable { // filled by user (necessary) ForWhere fw; DeepZipTools tools; // handle output swappable void addLogicRule(BasicLogicRule rule) {} // iterate values for function swappable Iterable elementsForFunction(S functionName) { null; } // internal variables O var; S functionName; Iterator elements; *() {} *(DeepZipTools *tools, IVF1 *addLogicRule, IF1 *elementsForFunction, ForWhere *fw) {} public bool step() { if (elements == null) { Pair p = forWhereParseSimpleFunctionCall(fw, tools); if (p == null) false; functionName = (S) p.b; var = p.a; elements = iterator(elementsForFunction(functionName)); } if (!elements.hasNext()) false; addLogicRule((BasicLogicRule) tools.replaceVars(fw.body, litmap(var, elements.next()))); true; } }