parser/tests/0006/ast.txt
Saif Eddin Gmati 0e04f157f7
chore: consistent naming (#135)
Signed-off-by: azjezz <azjezz@protonmail.com>

Signed-off-by: azjezz <azjezz@protonmail.com>
2022-11-29 21:25:17 +00:00

27 lines
472 B
Plaintext

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