mirror of
https://github.com/danog/parser.git
synced 2024-12-11 16:49:47 +01:00
479f51913c
Signed-off-by: azjezz <azjezz@protonmail.com>
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",
|
|
},
|
|
},
|
|
},
|
|
},
|
|
]
|