1: <?php 2: namespace Pharborist\Operators; 3: 4: /** 5: * A boolean cast operation. 6: */ 7: class BooleanCastNode extends CastNode { 8: 9: } 10: