parser/tests/fixtures/0237/ast.txt
Saif Eddin Gmati bd2023c3c4
chore: remove fallback expression parser (#181)
Signed-off-by: azjezz <azjezz@protonmail.com>
2022-12-08 21:34:16 +01:00

25 lines
526 B
Plaintext

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