Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Node/Expr/BinaryOp/
H A DLogicalAnd.php7 class LogicalAnd extends BinaryOp { class
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php99 BinaryOp\LogicalAnd::class => [190, 191, 190],
1374 BinaryOp\BooleanOr::class, BinaryOp\Coalesce::class, BinaryOp\LogicalAnd::class,
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php376 …protected function pExpr_BinaryOp_LogicalAnd(BinaryOp\LogicalAnd $node, int $precedence, int $lhsP…
377 …return $this->pInfixOp(BinaryOp\LogicalAnd::class, $node->left, ' and ', $node->right, $precedence…
/PHP-Parser/grammar/
H A Dphp.y1031 … | expr T_LOGICAL_AND expr { $$ = Expr\BinaryOp\LogicalAnd[$1, $3]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php2246 …$self->semValue = new Expr\BinaryOp\LogicalAnd($self->semStack[$stackPos-(3-1)], $self->semStack[$…
H A DPhp8.php2248 …$self->semValue = new Expr\BinaryOp\LogicalAnd($self->semStack[$stackPos-(3-1)], $self->semStack[$…

Completed in 50 milliseconds