Searched refs:tokenInstance (Results 1 – 1 of 1) sorted by relevance
83 public function __construct($tokenInstance, $code = 0, Exception $previous = null) { argument84 $this->_tokenInstance = $tokenInstance;85 … $message = 'Stray token encountered at position ' . $tokenInstance->position() . ', around "';87 …$message .= mb_substr($tokenInstance->text(), max(0, $tokenInstance->position() - 3), $tokenInstan…89 …$message .= substr($tokenInstance->text(), max(0, $tokenInstance->position() - 3), $tokenInstance-…