Home
last modified time | relevance | path

Searched refs:endTokenId (Results 1 – 1 of 1) sorted by last modified time

/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/
H A DToken.php80 protected $endTokenId; variable in PHP_TokenWithScope
136 while ($this->endTokenId === null && isset($tokens[$i])) {
144 $this->endTokenId = $i;
150 $this->endTokenId = $i;
157 if ($this->endTokenId === null) {
158 $this->endTokenId = $this->id;
161 return $this->endTokenId;