On Mon, 10 Aug 2020 at 14:59, Derick Rethans <der...@php.net> wrote:

> I did answer that as a reply to Rowan:
>
> https://externals.io/message/111312#111346


I'm with Rowan's response to you: https://externals.io/message/111312#111354

What is the difference between mandatory parentheses giving:

<<symbol>><<attribute-name>>(
    <<symbol>><<attribute-name2>>(<<arg1>>),
    42
)

and:

<<symbol>>[<<attribute-name>>(
    <<symbol>>[<<attribute-name2>>(<<arg1>>)],
    42
)]

in terms of parsing, use etc.

Peter

Reply via email to