Searched refs:T_AS (Results 1 – 5 of 5) sorted by relevance
/PHP-Parser/grammar/ |
H A D | php.y | 64 %token T_AS 153 …| T_ENDWHILE | T_FOR | T_ENDFOR | T_FOREACH | T_ENDFOREACH | T_DECLARE | T_ENDDECLARE | T_AS | T_T… 307 | namespace_name T_AS identifier_not_reserved 314 | legacy_namespace_name T_AS identifier_not_reserved 395 | T_FOREACH '(' expr T_AS foreach_variable ')' foreach_statement 397 | T_FOREACH '(' expr T_AS variable T_DOUBLE_ARROW foreach_variable ')' foreach_statement 874 | trait_method_reference T_AS member_modifier identifier_maybe_reserved ';' 876 | trait_method_reference T_AS member_modifier ';' 878 | trait_method_reference T_AS identifier_not_reserved ';' 880 | trait_method_reference T_AS reserved_non_modifiers_identifier ';'
|
/PHP-Parser/lib/PhpParser/Internal/ |
H A D | TokenPolyfill.php | 229 …, \T_FOR, \T_ENDFOR, \T_FOREACH, \T_ENDFOREACH, \T_DECLARE, \T_ENDDECLARE, \T_AS, \T_TRY, \T_CATCH,
|
/PHP-Parser/lib/PhpParser/ |
H A D | PrettyPrinterAbstract.php | 1480 'Stmt_Foreach->keyVar' => [\T_AS, false, null, ' => '],
|
/PHP-Parser/lib/PhpParser/Parser/ |
H A D | Php7.php | 99 public const T_AS = 334; define in PhpParser\\Parser\\Php7
|
H A D | Php8.php | 99 public const T_AS = 334; define in PhpParser\\Parser\\Php8
|
Completed in 28 milliseconds