Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Node/Expr/BinaryOp/
H A DLogicalOr.php7 class LogicalOr extends BinaryOp { class
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php101 BinaryOp\LogicalOr::class => [210, 211, 210],
1375 BinaryOp\LogicalXor::class, BinaryOp\LogicalOr::class,
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php380 …protected function pExpr_BinaryOp_LogicalOr(BinaryOp\LogicalOr $node, int $precedence, int $lhsPre…
381 …return $this->pInfixOp(BinaryOp\LogicalOr::class, $node->left, ' or ', $node->right, $precedence, …
/PHP-Parser/grammar/
H A Dphp.y1030 … | expr T_LOGICAL_OR expr { $$ = Expr\BinaryOp\LogicalOr [$1, $3]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php2243 …$self->semValue = new Expr\BinaryOp\LogicalOr($self->semStack[$stackPos-(3-1)], $self->semStack[$s…
H A DPhp8.php2245 …$self->semValue = new Expr\BinaryOp\LogicalOr($self->semStack[$stackPos-(3-1)], $self->semStack[$s…

Completed in 33 milliseconds