Home
last modified time | relevance | path

Searched refs:T_IS_EQUAL (Results 1 – 3 of 3) sorted by relevance

/PHP-Parser/grammar/
H A Dphp.y22 %nonassoc T_IS_EQUAL T_IS_NOT_EQUAL T_IS_IDENTICAL T_IS_NOT_IDENTICAL T_SPACESHIP
1051 …| expr T_IS_EQUAL expr { $$ = Expr\BinaryOp\Equal [$1, $3…
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php53 public const T_IS_EQUAL = 288; define in PhpParser\\Parser\\Php8
H A DPhp7.php53 public const T_IS_EQUAL = 288; define in PhpParser\\Parser\\Php7

Completed in 25 milliseconds