Warning: session_start(): open(/var/lib/php/sessions/sess_1llqjj3vpdrsmngvjhg7j89jju, 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 class Var {
A v; // you can access this directly if you use one thread
*() {}
*(A *v) {}
synchronized void set(A a) {
if (v != a) {
v = a;
notifyAll();
}
}
synchronized A get() { ret v; }
synchronized bool has() { ret v != null; }
synchronized void clear() { v = null; }
}