mirror of
https://github.com/danog/parser.git
synced 2024-12-13 09:37:18 +01:00
17 lines
342 B
Plaintext
17 lines
342 B
Plaintext
|
[
|
||
|
Expression {
|
||
|
expr: Include {
|
||
|
kind: Require,
|
||
|
path: Infix {
|
||
|
lhs: MagicConst {
|
||
|
constant: Dir,
|
||
|
},
|
||
|
op: Concat,
|
||
|
rhs: LiteralString {
|
||
|
value: "/foo.php",
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
]
|