Warning: session_start(): open(/var/lib/php/sessions/sess_9kae85nbv8bg06p9sipll8f8vb, 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 WidthAndHeightImpl(int width, int height) extends Meta is WidthAndHeight ifclass ByteIO , ByteIO endif { public int getWidth() { ret width; } public int getHeight() { ret height; } toString { ret n2(width) + "*" + n2(height) + " px"; } ifclass ByteHead public void readWrite(ByteHead head) { head.exchangeInt(l0 width, w -> width = w); head.exchangeInt(l0 height, h -> height = h); } endif }