Warning: session_start(): open(/var/lib/php/sessions/sess_0srvhr7rvbdoh3mfevbdgf041i, 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
!7
lib 1019849 // Loadable Utils
import loadableUtils.utils;
import static loadableUtils.utils.print_byThread;
please include function programID.
import x30_pkg.x30_util;
import static x30_pkg.x30_util.l;
import static x30_pkg.x30_util.empty;
import static x30_pkg.x30_util.nempty;
import static x30_pkg.x30_util.fail;
import static x30_pkg.x30_util.indexOf;
import static x30_pkg.x30_util.getOpt;
import static x30_pkg.x30_util.newWeakHashMap;
import static x30_pkg.x30_util.newDangerousWeakHashMap;
import static x30_pkg.x30_util.get;
!include once #1020728 // callF
set flag AllPublic. // so we can override methods
svoid _onLoad_initUtils {
utils.__javax = javax();
}
import loadableUtils.utils.DynPrintLog;
module CompileTest > DynPrintLog {
start {
print("Deh works!");
utils.print("Sub-print");
}
AutoCloseable enter() {
ret combineAutoCloseables(tempInterceptPrint(func(S s) -> bool {
ret false with main.print(s);
}), super.enter());
}
}