You are here

public function PHP_Token::__toString in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpunit/php-token-stream/src/Token.php \PHP_Token::__toString()

Return value

string

File

vendor/phpunit/php-token-stream/src/Token.php, line 61

Class

PHP_Token
A PHP token.

Code

public function __toString() {
  return $this->text;
}