[ Expression { expr: Include { span: ( 3, 1, ), kind: Include, path: LiteralString { value: "foo.php", }, }, }, Expression { expr: Include { span: ( 5, 1, ), kind: IncludeOnce, path: LiteralString { value: "bar.php", }, }, }, Expression { expr: Include { span: ( 7, 1, ), kind: Require, path: LiteralString { value: "baz.php", }, }, }, Expression { expr: Include { span: ( 9, 1, ), kind: RequireOnce, path: LiteralString { value: "qux.php", }, }, }, ]