mirror of
https://github.com/danog/parser.git
synced 2025-01-09 14:18:26 +01:00
33 lines
680 B
Plaintext
33 lines
680 B
Plaintext
[
|
|
Namespace {
|
|
name: "Foo\Bar",
|
|
body: [
|
|
Noop,
|
|
Function {
|
|
name: Identifier {
|
|
name: "foo",
|
|
},
|
|
params: [],
|
|
body: [],
|
|
return_type: None,
|
|
by_ref: false,
|
|
},
|
|
],
|
|
},
|
|
Namespace {
|
|
name: "Foo\Baz",
|
|
body: [
|
|
Noop,
|
|
Function {
|
|
name: Identifier {
|
|
name: "foo",
|
|
},
|
|
params: [],
|
|
body: [],
|
|
return_type: None,
|
|
by_ref: false,
|
|
},
|
|
],
|
|
},
|
|
]
|