Searched refs:startTokenPos (Results 1 – 6 of 6) sorted by relevance
/PHP-Parser/lib/PhpParser/ |
H A D | Comment.php | 9 protected int $startTokenPos; variable in PhpParser\\Comment 20 * @param int $startTokenPos Token offset the comment started on 24 int $startLine = -1, int $startFilePos = -1, int $startTokenPos = -1, argument 30 $this->startTokenPos = $startTokenPos; 70 return $this->startTokenPos; 203 'tokenPos' => $this->startTokenPos,
|
/PHP-Parser/test/PhpParser/ |
H A D | CodeParsingTest.php | 76 $startTokenPos = $node->getStartTokenPos(); 80 $startTokenPos < 0 || $endTokenPos < 0 87 $endTokenPos < $startTokenPos
|
/PHP-Parser/doc/component/ |
H A D | Lexer.markdown | 69 …* `startTokenPos`: Offset into the token array of the first token in the node. Used by `$node->get… 75 token will have `startTokenPos == endTokenPos` rather than `startTokenPos + 1 == endTokenPos`. This… 76 zero-length node will have `startTokenPos -1 == endTokenPos`.
|
/PHP-Parser/ |
H A D | UPGRADE-5.0.md | 495 …he `comments`, `startLine`, `endLine`, `startFilePos`, `endFilePos`, `startTokenPos` and `endToken… 506 'startTokenPos', 'endTokenPos',
|
H A D | CHANGELOG.md | 143 The comments, startLine, endLine, startTokenPos, endTokenPos, startFilePos, and endFilePos
|
/PHP-Parser/doc/ |
H A D | 2_Usage_of_basic_components.markdown | 209 By default, the parser adds the `startLine`, `endLine`, `startTokenPos`, `endTokenPos`,
|
Completed in 12 milliseconds