Home
last modified time | relevance | path

Searched refs:BooleanAnd (Results 1 – 7 of 7) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Expr/BinaryOp/
H A DBooleanAnd.php7 class BooleanAnd extends BinaryOp { class
/PHP-Parser/doc/component/
H A DWalking_the_AST.markdown118 if ($node instanceof Node\Expr\BinaryOp\BooleanAnd) {
132 if ($node instanceof Node\Expr\BinaryOp\BooleanAnd) {
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php77 BinaryOp\BooleanAnd::class => [120, 121, 120],
1373 BinaryOp\BitwiseXor::class, BinaryOp\BitwiseOr::class, BinaryOp\BooleanAnd::class,
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php344 …protected function pExpr_BinaryOp_BooleanAnd(BinaryOp\BooleanAnd $node, int $precedence, int $lhsP…
345 …return $this->pInfixOp(BinaryOp\BooleanAnd::class, $node->left, ' && ', $node->right, $precedence,…
/PHP-Parser/grammar/
H A Dphp.y1028 … | expr T_BOOLEAN_AND expr { $$ = Expr\BinaryOp\BooleanAnd[$1, $3]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php2247 …$self->semValue = new Expr\BinaryOp\BooleanAnd($self->semStack[$stackPos-(3-1)], $self->semStack[$…
H A DPhp7.php2231 …$self->semValue = new Expr\BinaryOp\BooleanAnd($self->semStack[$stackPos-(3-1)], $self->semStack[$…

Completed in 43 milliseconds