Home
last modified time | relevance | path

Searched refs:isIgnorable (Results 1 – 5 of 5) sorted by relevance

/PHP-Parser/test/PhpParser/
H A DTokenTest.php26 public function testIsIgnorable(int $id, string $text, bool $isIgnorable): void { argument
28 $this->assertSame($isIgnorable, $token->isIgnorable());
H A DLexerTest.php62 if ($token->id === 0 || $token->isIgnorable()) {
/PHP-Parser/lib/PhpParser/Internal/
H A DTokenStream.php69 if (!$token->isIgnorable()) {
94 if (!$token->isIgnorable()) {
146 if (!$tokens[$pos]->isIgnorable()) {
162 if (!$tokens[$pos]->isIgnorable()) {
H A DTokenPolyfill.php102 public function isIgnorable(): bool { function in PhpParser\\Internal\\TokenPolyfill
/PHP-Parser/test/PhpParser/Lexer/
H A DEmulativeTest.php124 if ($token->id === 0 || $token->isIgnorable()) {

Completed in 13 milliseconds