Hi Dmitry, On 31 Aug 2016 8:37 a.m., "Dmitry Stogov" <dmi...@zend.com> wrote: > > I vote NO, because the implementation introduces more problems than intents to fix. > > For example the following code starts to throw exception: > > > <?php $a = [null]; $c = null; var_dump($a[0][0] + $c[0]); ?>
Isn't that the point of this RFC? I would expect this code to only ever work by accident.