parser/tests/fixtures/0006/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

51 lines
980 B
Plaintext

[
Expression {
expr: Include {
span: (
3,
1,
),
kind: Include,
path: LiteralString {
value: "foo.php",
},
},
},
Expression {
expr: Include {
span: (
5,
1,
),
kind: IncludeOnce,
path: LiteralString {
value: "bar.php",
},
},
},
Expression {
expr: Include {
span: (
7,
1,
),
kind: Require,
path: LiteralString {
value: "baz.php",
},
},
},
Expression {
expr: Include {
span: (
9,
1,
),
kind: RequireOnce,
path: LiteralString {
value: "qux.php",
},
},
},
]