Warning: session_start(): open(/var/lib/php/sessions/sess_pv820s4b67ascms528vt05cun1, 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 Method hashMap_getKey_method; static A hashMap_getKey(HashMap map, O key) { if (hashMap_getKey_method == null) hashMap_getKey_method = findMethodNamed(HashMap.class, "getNode"); Map.Entry entry = (Map.Entry) hashMap_getKey_method.invoke(map, hashMap_internalHash(wkey), key); // java.util.Map.Entry entry = (java.util.Map.Entry) call(hash, 'getNode, hashMap_internalHash(wkey), wkey); ret entry == null ? null : entry.getKey(); }