1: <?php 2: namespace Pharborist\Operators; 3: 4: /** 5: * A bitwise right shift '>>' operation. 6: */ 7: class BitwiseShiftRightNode extends BinaryOperationNode { 8: 9: } 10: