public function PHP_Token::__toString in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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;
}