1: <?php 2: namespace Pharborist; 3: 4: /** 5: * Used by the parser to hold partial matches. 6: */ 7: class PartialNode extends ParentNode { 8: 9: } 10: