Home
last modified time | relevance | path

Searched refs:T_ELSE (Results 1 – 4 of 4) sorted by relevance

/PHP-Parser/lib/PhpParser/Internal/
H A DTokenPolyfill.php228 …\T_INSTANCEOF, \T_NEW, \T_CLONE, \T_EXIT, \T_IF, \T_ELSEIF, \T_ELSE, \T_ENDIF, \T_ECHO, \T_DO, \T_…
/PHP-Parser/grammar/
H A Dphp.y43 %left T_ELSE
152 | T_INSTANCEOF | T_NEW | T_CLONE | T_EXIT | T_IF | T_ELSEIF | T_ELSE | T_ENDIF | T_DO | T_WHILE
641 | T_ELSE blocklike_statement { $$ = Stmt\Else_[$2]; }
646 | T_ELSE ':' inner_statement_list
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php78 public const T_ELSE = 313; define in PhpParser\\Parser\\Php8
H A DPhp7.php78 public const T_ELSE = 313; define in PhpParser\\Parser\\Php7

Completed in 52 milliseconds