PATH:
home
/
lab2454c
/
costbloc.com
/
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 Coalesce extends BinaryOp { public function getOperatorSigil() : string { return '??'; } public function getType() : string { return 'Expr_BinaryOp_Coalesce'; } }
[-] 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]