token_name = $token_name; $this->token_at = $token_at; $this->token = $token; $this->stack_of_open_elements = $stack_of_open_elements; } public function __toString() { return $this->message . ' at ' . $this->token_at . ' in ' . $this->token; } }