parser/tests/0006/ast.txt

27 lines
476 B
Plaintext
Raw Normal View History

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