1: <?php 2: namespace Pharborist\Operators; 3: 4: /** 5: * A casting operator. 6: */ 7: abstract class CastNode extends UnaryOperationNode { 8: 9: } 10: