php-parser/lib/PhpParser/Node/Expr/AssignOp
Tomas Votruba 9de96821f7 Add support for ??= operator
Introduced in PHP 5.4, represented using an AssignOp\Coalesce node.
2019-02-09 11:16:26 +01:00
..
BitwiseAnd.php
BitwiseOr.php
BitwiseXor.php
Coalesce.php
Concat.php
Div.php
Minus.php
Mod.php
Mul.php
Plus.php
Pow.php
ShiftLeft.php
ShiftRight.php