Searched refs:T_POW (Results 1 – 4 of 4) sorted by relevance
/PHP-Parser/test/PhpParser/Lexer/ | ||
H A D | EmulativeTest.php | 191 [\T_POW, '**'], |
/PHP-Parser/grammar/ | ||
H A D | php.y | 37 %right T_POW |
/PHP-Parser/lib/PhpParser/Parser/ | ||
H A D | Php7.php | 72 public const T_POW = 307; define in PhpParser\\Parser\\Php7 |
H A D | Php8.php | 72 public const T_POW = 307; define in PhpParser\\Parser\\Php8 |
Completed in 28 milliseconds