mirror of
https://github.com/danog/parser.git
synced 2025-01-07 13:19:42 +01:00
479f51913c
Signed-off-by: azjezz <azjezz@protonmail.com>
71 lines
1.5 KiB
Plaintext
71 lines
1.5 KiB
Plaintext
[
|
|
Namespace {
|
|
name: Identifier {
|
|
start: (
|
|
3,
|
|
11,
|
|
),
|
|
name: "Foo\Bar",
|
|
end: (
|
|
3,
|
|
18,
|
|
),
|
|
},
|
|
body: [
|
|
Noop,
|
|
Function {
|
|
name: Identifier {
|
|
start: (
|
|
5,
|
|
10,
|
|
),
|
|
name: "foo",
|
|
end: (
|
|
5,
|
|
13,
|
|
),
|
|
},
|
|
attributes: [],
|
|
params: [],
|
|
body: [],
|
|
return_type: None,
|
|
by_ref: false,
|
|
},
|
|
],
|
|
},
|
|
Namespace {
|
|
name: Identifier {
|
|
start: (
|
|
7,
|
|
11,
|
|
),
|
|
name: "Foo\Baz",
|
|
end: (
|
|
7,
|
|
18,
|
|
),
|
|
},
|
|
body: [
|
|
Noop,
|
|
Function {
|
|
name: Identifier {
|
|
start: (
|
|
9,
|
|
10,
|
|
),
|
|
name: "foo",
|
|
end: (
|
|
9,
|
|
13,
|
|
),
|
|
},
|
|
attributes: [],
|
|
params: [],
|
|
body: [],
|
|
return_type: None,
|
|
by_ref: false,
|
|
},
|
|
],
|
|
},
|
|
]
|