Warning: session_start(): open(/var/lib/php/sessions/sess_e0se3n5id7scf634tr28akqn6o, 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 int syncL(Cl l) {
if (l == null) ret 0;
synchronized(collectionMutex(l)) { ret l.size(); }
}
static int syncL(Map map) {
if (map == null) ret 0;
synchronized(collectionMutex(map)) { ret map.size(); }
}
static L syncL() {
ret syncList();
}