parser/tests/fixtures/0237/ast.txt

25 lines
526 B
Plaintext
Raw Normal View History

[
Expression {
expr: Include {
span: (
3,
1,
),
kind: Require,
path: Infix {
lhs: MagicConst {
span: (
3,
9,
),
constant: Directory,
},
op: Concat,
rhs: LiteralString {
value: "/foo.php",
},
},
},
},
]