Home
last modified time | relevance | path

Searched refs:T_DO (Results 1 – 4 of 4) sorted by path

/PHP-Parser/grammar/
H A Dphp.y55 %token T_DO
148 | T_INSTANCEOF | T_NEW | T_CLONE | T_EXIT | T_IF | T_ELSEIF | T_ELSE | T_ENDIF | T_DO | T_WHILE
375 | T_DO blocklike_statement T_WHILE '(' expr ')' ';' { $$ = Stmt\Do_ [$5, $2]; }
/PHP-Parser/lib/PhpParser/Internal/
H A DTokenPolyfill.php228 …STANCEOF, \T_NEW, \T_CLONE, \T_EXIT, \T_IF, \T_ELSEIF, \T_ELSE, \T_ENDIF, \T_ECHO, \T_DO, \T_WHILE,
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php90 public const T_DO = 325; define in PhpParser\\Parser\\Php7
H A DPhp8.php90 public const T_DO = 325; define in PhpParser\\Parser\\Php8

Completed in 46 milliseconds