1: <?php 2: namespace Pharborist\Functions; 3: 4: /** 5: * A call to `unset()`, e.g. `unset($foobar);` 6: */ 7: class UnsetNode extends FunctionCallNode { 8: 9: } 10: