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

35 lines
688 B
Plaintext

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