mirror of
https://github.com/danog/parser.git
synced 2024-12-04 10:27:58 +01:00
27 lines
476 B
Plaintext
27 lines
476 B
Plaintext
|
[
|
||
|
Include {
|
||
|
kind: Include,
|
||
|
path: ConstantString {
|
||
|
value: "foo.php",
|
||
|
},
|
||
|
},
|
||
|
Include {
|
||
|
kind: IncludeOnce,
|
||
|
path: ConstantString {
|
||
|
value: "bar.php",
|
||
|
},
|
||
|
},
|
||
|
Include {
|
||
|
kind: Require,
|
||
|
path: ConstantString {
|
||
|
value: "baz.php",
|
||
|
},
|
||
|
},
|
||
|
Include {
|
||
|
kind: RequireOnce,
|
||
|
path: ConstantString {
|
||
|
value: "qux.php",
|
||
|
},
|
||
|
},
|
||
|
]
|