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 [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
BitwiseOr.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
BitwiseXor.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
Coalesce.php Add support for ??= operator 2019-02-09 11:16:26 +01:00
Concat.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
Div.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
Minus.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
Mod.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
Mul.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
Plus.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
Pow.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
ShiftLeft.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
ShiftRight.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00