Warning: session_start(): open(/var/lib/php/sessions/sess_6bu66quv53hd06b9fua6s8m5k6, 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
sbool addByteCodePathToClassLoader(ClassLoader cl, File bytecode, S libraryID default null) ctex {
// new method signature
Bool b = cast callOpt(cl, "addFile", bytecode, libraryID);
if (b == null)
// legacy method signature
b = isTrue(call(cl, "addFile", bytecode));
if (b) print("Added byte code path " + bytecode + " to " + cl
+ appendBracketed(libraryID));
}