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>
49 lines
1.2 KiB
Plaintext
49 lines
1.2 KiB
Plaintext
[
|
|
Expression {
|
|
expr: NullsafeMethodCall {
|
|
target: NullsafePropertyFetch {
|
|
target: Variable(
|
|
Variable {
|
|
start: (
|
|
1,
|
|
7,
|
|
),
|
|
name: "a",
|
|
end: (
|
|
1,
|
|
9,
|
|
),
|
|
},
|
|
),
|
|
property: Identifier(
|
|
Identifier {
|
|
start: (
|
|
1,
|
|
12,
|
|
),
|
|
name: "b",
|
|
end: (
|
|
1,
|
|
13,
|
|
),
|
|
},
|
|
),
|
|
},
|
|
method: Identifier(
|
|
Identifier {
|
|
start: (
|
|
1,
|
|
16,
|
|
),
|
|
name: "c",
|
|
end: (
|
|
1,
|
|
17,
|
|
),
|
|
},
|
|
),
|
|
args: [],
|
|
},
|
|
},
|
|
]
|