1: <?php 2: namespace Pharborist\Functions; 3: 4: /** 5: * A call to the `list()` pseudo-function, e.g. `list ($a, $b) = foobar();` 6: */ 7: class ListNode extends FunctionCallNode { 8: 9: } 10: