mirror of
https://github.com/danog/parser.git
synced 2024-12-11 16:49:47 +01:00
28 lines
592 B
Plaintext
28 lines
592 B
Plaintext
[
|
|
Expression {
|
|
expr: Include {
|
|
span: (
|
|
3,
|
|
1,
|
|
),
|
|
kind: Require,
|
|
path: Concat {
|
|
left: MagicConst {
|
|
span: (
|
|
3,
|
|
9,
|
|
),
|
|
constant: Directory,
|
|
},
|
|
span: (
|
|
3,
|
|
17,
|
|
),
|
|
right: LiteralString {
|
|
value: "/foo.php",
|
|
},
|
|
},
|
|
},
|
|
},
|
|
]
|