Home
last modified time | relevance | path

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

/PHP-Parser/grammar/
H A Dphp.y117 %token T_ELLIPSIS
455 | T_ELLIPSIS { $$ = true; }
775 T_ELLIPSIS { $$ = Node\VariadicPlaceholder[]; }
786 | T_ELLIPSIS expr { $$ = Node\Arg[$2, false, true]; }
1325 …| T_ELLIPSIS expr { $$ = new Node\ArrayItem($2, null, false,…
/PHP-Parser/lib/PhpParser/
H A DLexer.php95 $tokens[$next]->is([\T_VARIABLE, \T_ELLIPSIS]);
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php156 public const T_ELLIPSIS = 391; define in PhpParser\\Parser\\Php7
H A DPhp8.php156 public const T_ELLIPSIS = 391; define in PhpParser\\Parser\\Php8
/PHP-Parser/test/PhpParser/Lexer/
H A DEmulativeTest.php185 [\T_ELLIPSIS, '...'],

Completed in 33 milliseconds