mirror of
https://github.com/danog/parser.git
synced 2025-01-09 06:08:25 +01:00
33 lines
800 B
Plaintext
33 lines
800 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,
|
||
|
},
|
||
|
],
|
||
|
},
|
||
|
],
|
||
|
},
|
||
|
]
|