Warning: session_start(): open(/var/lib/php/sessions/sess_q7700h2cas33e75a9njhu2b2m7, 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 ai_makeTester(Web web, S thing, S property) {
Pair node = web_findNodeWithForwardRelations(web, "A standard function that tests", "what", thing, "for property", property);
if (node == null) fail("No tester for " + thing + " / " + property);
fS sfName = assertNotNull(web_operandText(node, "is"));
final Class c = loadFunctions_cached(sfName);
ret func(O o) { call(c, sfName, o) };
}