parser/tests/fixtures/0006/ast.txt

35 lines
688 B
Plaintext
Raw Normal View History

[
Expression {
expr: Include {
kind: Include,
path: LiteralString {
value: "foo.php",
},
},
},
Expression {
expr: Include {
kind: IncludeOnce,
path: LiteralString {
value: "bar.php",
},
},
},
Expression {
expr: Include {
kind: Require,
path: LiteralString {
value: "baz.php",
},
},
},
Expression {
expr: Include {
kind: RequireOnce,
path: LiteralString {
value: "qux.php",
},
},
},
]