Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DLexer.php95 $tokens[$next]->is([\T_VARIABLE, \T_ELLIPSIS]);
/PHP-Parser/test/PhpParser/Lexer/
H A DEmulativeTest.php188 [\T_ELLIPSIS, '...'],
/PHP-Parser/grammar/
H A Dphp.y121 %token T_ELLIPSIS
459 | T_ELLIPSIS { $$ = true; }
782 T_ELLIPSIS { $$ = Node\VariadicPlaceholder[]; }
793 | T_ELLIPSIS expr { $$ = Node\Arg[$2, false, true]; }
1381 …| T_ELLIPSIS expr { $$ = new Node\ArrayItem($2, null, false,…
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php160 public const T_ELLIPSIS = 395; define in PhpParser\\Parser\\Php8
H A DPhp7.php160 public const T_ELLIPSIS = 395; define in PhpParser\\Parser\\Php7

Completed in 42 milliseconds