Warning: session_start(): open(/var/lib/php/sessions/sess_o5ciqj16ani99pti68g9srd06s, 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
static A get(L l, int idx) {
ret x30.get(l, idx);
}
static A get(A[] l, int idx) {
ret x30.get(l, idx);
}
static bool get(bool[] l, int idx) {
ret x30.get(l, idx);
}
static Object get(Object o, String field) {
ret x30.get(o, field);
}
static Object get_raw(Object o, String field) {
ret x30.get_raw(o, field);
}
static Object get(Class c, String field) {
ret x30.get(c, field);
}
static Field get_findStaticField(Class> c, String field) {
ret x30.get_findStaticField(c, field);
}
static Field get_findField(Class> c, String field) {
ret x30.get_findfield(c, field);
}
static O call(O o) {
ret x30.call(o);
}
static O call(O o, S method, O... args) {
ret x30.call(o, method, args);
}
static bool call_checkArgs(Method m, O[] args, bool debug) {
ret x30.call_checkArgs(m, args, debug);
}
static Map newWeakHashMap() {
ret x30.newWeakHashMap();
}
p {
print("Hello world!");
}