Searched refs:T_WHILE (Results 1 – 4 of 4) sorted by relevance
/PHP-Parser/lib/PhpParser/Internal/ |
H A D | TokenPolyfill.php | 228 …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 D | php.y | 56 %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 D | Php7.php | 91 public const T_WHILE = 326; define in PhpParser\\Parser\\Php7
|
H A D | Php8.php | 91 public const T_WHILE = 326; define in PhpParser\\Parser\\Php8
|
Completed in 23 milliseconds