mirror of
https://github.com/danog/parser.git
synced 2024-12-12 09:09:37 +01:00
6a6d4d0e5f
Signed-off-by: azjezz <azjezz@protonmail.com>
47 lines
1.3 KiB
Plaintext
47 lines
1.3 KiB
Plaintext
[
|
|
Expression {
|
|
expr: AssignmentOperation(
|
|
Assign {
|
|
left: Variable(
|
|
SimpleVariable(
|
|
SimpleVariable {
|
|
span: (
|
|
3,
|
|
1,
|
|
),
|
|
name: "foo",
|
|
},
|
|
),
|
|
),
|
|
span: (
|
|
3,
|
|
6,
|
|
),
|
|
right: Include {
|
|
span: (
|
|
3,
|
|
8,
|
|
),
|
|
kind: Require,
|
|
path: Concat {
|
|
left: MagicConst {
|
|
span: (
|
|
3,
|
|
16,
|
|
),
|
|
constant: Directory,
|
|
},
|
|
span: (
|
|
3,
|
|
24,
|
|
),
|
|
right: LiteralString {
|
|
value: "/foo.php",
|
|
},
|
|
},
|
|
},
|
|
},
|
|
),
|
|
},
|
|
]
|