Searched refs:T_ELLIPSIS (Results 1 – 5 of 5) sorted by relevance
95 $tokens[$next]->is([\T_VARIABLE, \T_ELLIPSIS]);
188 [\T_ELLIPSIS, '...'],
121 %token T_ELLIPSIS459 | T_ELLIPSIS { $$ = true; }783 T_ELLIPSIS { $$ = Node\VariadicPlaceholder[]; }794 | T_ELLIPSIS expr { $$ = Node\Arg[$2, false, true]; }1382 …| T_ELLIPSIS expr { $$ = new Node\ArrayItem($2, null, false,…
160 public const T_ELLIPSIS = 395; define in PhpParser\\Parser\\Php7
160 public const T_ELLIPSIS = 395; define in PhpParser\\Parser\\Php8
Completed in 28 milliseconds