Home
last modified time | relevance | path

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

/PHP-Parser/test/PhpParser/Lexer/
H A DEmulativeTest.php200 [\T_SPACESHIP, '<=>'],
/PHP-Parser/grammar/
H A Dphp.y22 %nonassoc T_IS_EQUAL T_IS_NOT_EQUAL T_IS_IDENTICAL T_IS_NOT_IDENTICAL T_SPACESHIP
1053 …| expr T_SPACESHIP expr { $$ = Expr\BinaryOp\Spaceship [$1, $3…
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php57 public const T_SPACESHIP = 292; define in PhpParser\\Parser\\Php8
H A DPhp7.php57 public const T_SPACESHIP = 292; define in PhpParser\\Parser\\Php7

Completed in 30 milliseconds