Home
last modified time | relevance | path

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

/PHP-Parser/test/PhpParser/Lexer/
H A DEmulativeTest.php191 [\T_POW, '**'],
/PHP-Parser/grammar/
H A Dphp.y37 %right T_POW
1044 … | expr T_POW expr { $$ = Expr\BinaryOp\Pow [$1, $3]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php72 public const T_POW = 307; define in PhpParser\\Parser\\Php8
H A DPhp7.php72 public const T_POW = 307; define in PhpParser\\Parser\\Php7

Completed in 29 milliseconds