Warning: session_start(): open(/var/lib/php/sessions/sess_l7t3piqnbgnm5b5k1kf4h0k8ea, 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 F1 codeWithHintsToFunctionOnString(S code, S hints) {
code = trim(code);
if (isIdentifier(code)) { // name of standard function
Class c = loadFunctions_cached_withInit(code);
final Method m = findMethod_precise(c, code, "");
if (m == null) fail("Not a method on a string: " + code);
ret func(S s) -> A { (A) invokeMethod(m, null, s) };
}
fail("todo");
}