Warning: session_start(): open(/var/lib/php/sessions/sess_9iqgaqidg8u7njbtm1s62m819c, 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
// for the version with MasterSymbol (used WAY back in "Smart Bot"!) see #1010608
sclass Symbol {
S text;
*() {}
*(S *text, bool dummy) {} // weird signature to prevent accidental calling
public int hashCode() { ret main.hashCode(text); }
toString { ret text; }
public bool equals(O o) {
ret this == o;
}
}