> On Oct 24, 2019, at 8:03 PM, Andreas Hennings <andr...@dqxtech.net> wrote:
> 
> On Fri, 25 Oct 2019 at 01:28, Sara Golemon <poll...@php.net> wrote:
>> 
>> https://wiki.php.net/rfc/nullsafe_calls
> 
> ?-> is a great idea.

Totally agree, that would be nice.

> The problem is this only works for method chaining, not for function
> argument nesting.
> So we might want something else in addition to that.
> 
> foo(bar(baz() ???) ???);

I am confused about this.  Why would this be needed?  In case the functions 
baz(), bar() or foo() do not exist?

Please help me see what I am missing.


-Mike

Reply via email to