Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Node/Expr/BinaryOp/
H A DNotIdentical.php7 class NotIdentical extends BinaryOp { class
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php72 BinaryOp\NotIdentical::class => [ 80, 80, 80],
1372 BinaryOp\NotIdentical::class, BinaryOp\Spaceship::class, BinaryOp\BitwiseAnd::class,
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php400 …protected function pExpr_BinaryOp_NotIdentical(BinaryOp\NotIdentical $node, int $precedence, int $…
401 …return $this->pInfixOp(BinaryOp\NotIdentical::class, $node->left, ' !== ', $node->right, $preceden…
/PHP-Parser/grammar/
H A Dphp.y1051 …| expr T_IS_NOT_IDENTICAL expr { $$ = Expr\BinaryOp\NotIdentical [$1, $3…
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php2306 …$self->semValue = new Expr\BinaryOp\NotIdentical($self->semStack[$stackPos-(3-1)], $self->semStack…
H A DPhp8.php2308 …$self->semValue = new Expr\BinaryOp\NotIdentical($self->semStack[$stackPos-(3-1)], $self->semStack…

Completed in 1379 milliseconds