Home
last modified time | relevance | path

Searched refs:NotEqual (Results 1 – 6 of 6) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Expr/BinaryOp/
H A DNotEqual.php7 class NotEqual extends BinaryOp { class
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php70 BinaryOp\NotEqual::class => [ 80, 80, 80],
1371 BinaryOp\Equal::class, BinaryOp\NotEqual::class, BinaryOp\Identical::class,
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php392 …protected function pExpr_BinaryOp_NotEqual(BinaryOp\NotEqual $node, int $precedence, int $lhsPrece…
393 …return $this->pInfixOp(BinaryOp\NotEqual::class, $node->left, ' != ', $node->right, $precedence, $…
/PHP-Parser/grammar/
H A Dphp.y1053 …| expr T_IS_NOT_EQUAL expr { $$ = Expr\BinaryOp\NotEqual [$1, $3…
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php2312 …$self->semValue = new Expr\BinaryOp\NotEqual($self->semStack[$stackPos-(3-1)], $self->semStack[$st…
H A DPhp8.php2314 …$self->semValue = new Expr\BinaryOp\NotEqual($self->semStack[$stackPos-(3-1)], $self->semStack[$st…

Completed in 47 milliseconds