1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-02 17:28:27 +01:00
PHP-Parser/lib/PhpParser/Node/Expr/BinaryOp
Nikita Popov 01f4be6b4d Add support for null coalesce operator (??) [PHP 7]
Added as Expr\BinaryOp\Coalesce.
2015-03-12 22:45:56 +01:00
..
BitwiseAnd.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
BitwiseOr.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
BitwiseXor.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
BooleanAnd.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
BooleanOr.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Coalesce.php Add support for null coalesce operator (??) [PHP 7] 2015-03-12 22:45:56 +01:00
Concat.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Div.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Equal.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Greater.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
GreaterOrEqual.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Identical.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
LogicalAnd.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
LogicalOr.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
LogicalXor.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Minus.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Mod.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Mul.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
NotEqual.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
NotIdentical.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Plus.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Pow.php Add support for pow operator (PHP 5.6) 2014-03-26 19:18:16 +01:00
ShiftLeft.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
ShiftRight.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Smaller.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
SmallerOrEqual.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00