Searched refs:T_ENDIF (Results 1 – 4 of 4) sorted by relevance
/PHP-Parser/lib/PhpParser/Internal/ |
H A D | TokenPolyfill.php | 228 …\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 D | php.y | 44 %left T_ENDIF 152 | T_INSTANCEOF | T_NEW | T_CLONE | T_EXIT | T_IF | T_ELSEIF | T_ELSE | T_ENDIF | T_DO | T_WHILE 376 | T_IF '(' expr ')' ':' inner_statement_list new_elseif_list new_else_single T_ENDIF ';'
|
/PHP-Parser/lib/PhpParser/Parser/ |
H A D | Php7.php | 79 public const T_ENDIF = 314; define in PhpParser\\Parser\\Php7
|
H A D | Php8.php | 79 public const T_ENDIF = 314; define in PhpParser\\Parser\\Php8
|
Completed in 37 milliseconds