Warning: session_start(): open(/var/lib/php/sessions/sess_il7267dadvcvbp4kdo46hqgf12, 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
svoid test_ai_ruleOfThree_2() {
test_ai_ruleOfThree_2(lambda2 ai_ruleOfThree_solver_2);
}
svoid test_ai_ruleOfThree_2(IF2 f) {
S db = [[
If a HTTP request comes in, play a sound
If a bell rings, open door
]];
testFunctionValues_twoArgs(f,
pair(db, "a HTTP request comes in"), "play a sound",
pair(db, "a bell rings"), "open door",
pair(db, "something else"), null);
}