Home
last modified time | relevance | path

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

/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/grammar/
H A Dphp.y56 %token T_WHILE
152 | T_INSTANCEOF | T_NEW | T_CLONE | T_EXIT | T_IF | T_ELSEIF | T_ELSE | T_ENDIF | T_DO | T_WHILE
378 | T_WHILE '(' expr ')' while_statement { $$ = Stmt\While_[$3, $5]; }
379 | T_DO blocklike_statement T_WHILE '(' expr ')' ';' { $$ = Stmt\Do_ [$5, $2]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php91 public const T_WHILE = 326; define in PhpParser\\Parser\\Php8
H A DPhp7.php91 public const T_WHILE = 326; define in PhpParser\\Parser\\Php7

Completed in 65 milliseconds