Searched refs:NotIdentical (Results 1 – 6 of 6) sorted by relevance
/PHP-Parser/lib/PhpParser/Node/Expr/BinaryOp/ |
H A D | NotIdentical.php | 7 class NotIdentical extends BinaryOp { class
|
/PHP-Parser/lib/PhpParser/ |
H A D | PrettyPrinterAbstract.php | 72 BinaryOp\NotIdentical::class => [ 80, 80, 80], 1372 BinaryOp\NotIdentical::class, BinaryOp\Spaceship::class, BinaryOp\BitwiseAnd::class,
|
/PHP-Parser/lib/PhpParser/PrettyPrinter/ |
H A D | Standard.php | 400 …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 D | php.y | 1051 …| expr T_IS_NOT_IDENTICAL expr { $$ = Expr\BinaryOp\NotIdentical [$1, $3…
|
/PHP-Parser/lib/PhpParser/Parser/ |
H A D | Php7.php | 2306 …$self->semValue = new Expr\BinaryOp\NotIdentical($self->semStack[$stackPos-(3-1)], $self->semStack…
|
H A D | Php8.php | 2308 …$self->semValue = new Expr\BinaryOp\NotIdentical($self->semStack[$stackPos-(3-1)], $self->semStack…
|
Completed in 1379 milliseconds