Warning: session_start(): open(/var/lib/php/sessions/sess_2g77vf7hluu6clnmrihdh5n7e8, 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
svoid assertPointInBounds(int x, int y, int w, int h) {
if (x < 0) fail("x < 0", x);
if (y < 0) fail("y < 0", y);
if (x >= w) fail("x >= w", x, w);
if (y >= h) fail("y >= h", y, h);
}