Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Node/Expr/BinaryOp/
H A DIdentical.php7 class Identical extends BinaryOp { class
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php71 BinaryOp\Identical::class => [ 80, 80, 80],
1371 BinaryOp\Equal::class, BinaryOp\NotEqual::class, BinaryOp\Identical::class,
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php396 …protected function pExpr_BinaryOp_Identical(BinaryOp\Identical $node, int $precedence, int $lhsPre…
397 …return $this->pInfixOp(BinaryOp\Identical::class, $node->left, ' === ', $node->right, $precedence,…
/PHP-Parser/grammar/
H A Dphp.y1049 …| expr T_IS_IDENTICAL expr { $$ = Expr\BinaryOp\Identical [$1, $3…
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php2310 …$self->semValue = new Expr\BinaryOp\Identical($self->semStack[$stackPos-(3-1)], $self->semStack[$s…
H A DPhp7.php2294 …$self->semValue = new Expr\BinaryOp\Identical($self->semStack[$stackPos-(3-1)], $self->semStack[$s…

Completed in 39 milliseconds