Returns a string representation of the token.
string A string representation of the token
public function __toString() { return sprintf('%s(%s)', self::typeToString($this->type, true, $this->lineno), $this->value); }