mirror of
https://github.com/danog/parser.git
synced 2024-12-12 17:17:23 +01:00
bd2023c3c4
Signed-off-by: azjezz <azjezz@protonmail.com>
41 lines
994 B
Plaintext
41 lines
994 B
Plaintext
[
|
|
Expression {
|
|
expr: Infix {
|
|
lhs: Variable(
|
|
Variable {
|
|
start: (
|
|
3,
|
|
1,
|
|
),
|
|
name: "foo",
|
|
end: (
|
|
3,
|
|
6,
|
|
),
|
|
},
|
|
),
|
|
op: Assign,
|
|
rhs: Include {
|
|
span: (
|
|
3,
|
|
8,
|
|
),
|
|
kind: Require,
|
|
path: Infix {
|
|
lhs: MagicConst {
|
|
span: (
|
|
3,
|
|
16,
|
|
),
|
|
constant: Directory,
|
|
},
|
|
op: Concat,
|
|
rhs: LiteralString {
|
|
value: "/foo.php",
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
]
|