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