Warning: session_start(): open(/var/lib/php/sessions/sess_c6toq4ac2ns0v6tm3e5cgotm8t, 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
srecord noeq WAndHImpl(int w, int h) extends Meta is WidthAndHeight { public int getWidth() { ret w; } public int getHeight() { ret h; } toString { ret n2(w) + "*" + n2(h) + " px"; } void setSize(int w, int h) { this.w = w; this.h = h; } }