mirror of
https://github.com/danog/parser.git
synced 2024-11-27 04:14:55 +01:00
23 lines
518 B
Plaintext
23 lines
518 B
Plaintext
|
[
|
||
|
Expression {
|
||
|
expr: Infix {
|
||
|
lhs: Variable {
|
||
|
name: "foo",
|
||
|
},
|
||
|
op: Assign,
|
||
|
rhs: Include {
|
||
|
kind: Require,
|
||
|
path: Infix {
|
||
|
lhs: MagicConst {
|
||
|
constant: Dir,
|
||
|
},
|
||
|
op: Concat,
|
||
|
rhs: LiteralString {
|
||
|
value: "/foo.php",
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
]
|