Searched refs:T_DECLARE (Results 1 – 4 of 4) sorted by relevance
229 …\T_ENDWHILE, \T_FOR, \T_ENDFOR, \T_FOREACH, \T_ENDFOREACH, \T_DECLARE, \T_ENDDECLARE, \T_AS, \T_TR…
62 %token T_DECLARE153 …| T_ENDWHILE | T_FOR | T_ENDFOR | T_FOREACH | T_ENDFOREACH | T_DECLARE | T_ENDDECLARE | T_AS | T_T…401 | T_DECLARE '(' declare_list ')' declare_statement { $$ = Stmt\Declare_[$3, $5]; }
97 public const T_DECLARE = 332; define in PhpParser\\Parser\\Php7
97 public const T_DECLARE = 332; define in PhpParser\\Parser\\Php8
Completed in 24 milliseconds