Warning: session_start(): open(/var/lib/php/sessions/sess_9t7d60vvvtvl9ht965sp19vq5u, 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 tok_script_settable(LS tok) { int i; while ((i = jfind(tok, "settable :")) >= 0) { S id = tok.get(i+2); int iType = i+6; S type = tok_scanType(tok, i+6); S getter = "def " + id + ": " + type + " { this !_getField_ " + id + "}"; S setter = "def " + id + " " + id + ": " + type + " { this " + id + " <- " + id + "; this }"; replaceToken_reTok(tok, i, joinWithSpace(getter, setter)); } }