mirror of
https://github.com/danog/parser.git
synced 2024-11-26 20:04:57 +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",
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
]
|