Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Node/Expr/BinaryOp/
H A DEqual.php7 class Equal extends BinaryOp { class
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php69 BinaryOp\Equal::class => [ 80, 80, 80],
1371 BinaryOp\Equal::class, BinaryOp\NotEqual::class, BinaryOp\Identical::class,
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php388 …protected function pExpr_BinaryOp_Equal(BinaryOp\Equal $node, int $precedence, int $lhsPrecedence)…
389 …return $this->pInfixOp(BinaryOp\Equal::class, $node->left, ' == ', $node->right, $precedence, $lhs…
/PHP-Parser/grammar/
H A Dphp.y1051 …| expr T_IS_EQUAL expr { $$ = Expr\BinaryOp\Equal [$1, $3…
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php2316 …$self->semValue = new Expr\BinaryOp\Equal($self->semStack[$stackPos-(3-1)], $self->semStack[$stack…
H A DPhp7.php2300 …$self->semValue = new Expr\BinaryOp\Equal($self->semStack[$stackPos-(3-1)], $self->semStack[$stack…

Completed in 36 milliseconds