PATH:
home
/
lab2454c
/
netxzero.com
/
carbon-credit
/
vendor
/
nikic
/
php-parser
/
lib
/
PhpParser
/
Node
/
Expr
/
BinaryOp
<?php declare(strict_types=1); namespace PhpParser\Node\Expr\BinaryOp; use PhpParser\Node\Expr\BinaryOp; class LogicalAnd extends BinaryOp { public function getOperatorSigil() : string { return 'and'; } public function getType() : string { return 'Expr_BinaryOp_LogicalAnd'; } }
[-] BitwiseAnd.php
[edit]
[-] NotEqual.php
[edit]
[-] GreaterOrEqual.php
[edit]
[-] SmallerOrEqual.php
[edit]
[-] Pow.php
[edit]
[+]
..
[-] BooleanAnd.php
[edit]
[-] Smaller.php
[edit]
[-] Spaceship.php
[edit]
[-] Mod.php
[edit]
[-] BitwiseOr.php
[edit]
[-] Div.php
[edit]
[-] BitwiseXor.php
[edit]
[-] LogicalXor.php
[edit]
[-] Mul.php
[edit]
[-] ShiftLeft.php
[edit]
[-] Concat.php
[edit]
[-] LogicalOr.php
[edit]
[-] Minus.php
[edit]
[-] Equal.php
[edit]
[-] LogicalAnd.php
[edit]
[-] NotIdentical.php
[edit]
[-] Greater.php
[edit]
[-] Identical.php
[edit]
[-] BooleanOr.php
[edit]
[-] Coalesce.php
[edit]
[-] Plus.php
[edit]
[-] ShiftRight.php
[edit]