Warning: session_start(): open(/var/lib/php/sessions/sess_u5ias4gdtc4ijq7gi3gh0u98ne, 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 O[] toArray(Collection c) { ret toObjectArray(c); } static A[] toArray(Collection c, Class type) { A[] a = arrayOfType(l(c), type); if (a.length == 0) ret a; asList(c).toArray(a); ret a; }