parser/tests/fixtures/0238/ast.txt
azjezz 479f51913c
chore: remove build script
Signed-off-by: azjezz <azjezz@protonmail.com>
2022-12-05 18:36:04 +01:00

33 lines
777 B
Plaintext

[
Expression {
expr: Infix {
lhs: Variable(
Variable {
start: (
3,
1,
),
name: "foo",
end: (
3,
6,
),
},
),
op: Assign,
rhs: Include {
kind: Require,
path: Infix {
lhs: MagicConst {
constant: Dir,
},
op: Concat,
rhs: LiteralString {
value: "/foo.php",
},
},
},
},
},
]