static function __static()
 {
     self::$TRUE = new self(TRUE);
     self::$FALSE = new self(FALSE);
 }