Home
last modified time | relevance | path

Searched refs:endFilePos (Results 1 – 7 of 7) sorted by relevance

/PHP-Parser/lib/PhpParser/
H A DComment.php11 protected int $endFilePos; variable in PhpParser\\Comment
25 int $endLine = -1, int $endFilePos = -1, int $endTokenPos = -1 argument
32 $this->endFilePos = $endFilePos;
89 return $this->endFilePos;
205 'endFilePos' => $this->endFilePos,
/PHP-Parser/test/PhpParser/
H A DCodeParsingTest.php75 $endFilePos = $node->getEndFilePos();
79 $startFilePos < 0 || $endFilePos < 0 ||
86 $endFilePos < $startFilePos ||
/PHP-Parser/doc/component/
H A DJSON_representation.markdown48 "endFilePos": 31,
H A DLexer.markdown72 …* `endFilePos`: Offset into the code string of the last character that is part of the node. Used b…
/PHP-Parser/doc/
H A D2_Usage_of_basic_components.markdown210 `startFilePos`, `endFilePos` and `comments` attributes. `comments` is an array of
/PHP-Parser/
H A DUPGRADE-5.0.md495 …itionally add the `comments`, `startLine`, `endLine`, `startFilePos`, `endFilePos`, `startTokenPos…
H A DCHANGELOG.md136 The comments, startLine, endLine, startTokenPos, endTokenPos, startFilePos, and endFilePos

Completed in 22 milliseconds