Re: [PHP-DEV] Re: [RFC] [Discussion] Arrays starting with a negative index

2018-02-22 Thread Pedro Magalhães
Hi Niklas, On Thu, Feb 22, 2018 at 8:38 PM, Niklas Keller wrote: > Hey, > > "Will no longer produce any output." in the BC example is wrong, it > will produce a notice due to an undefined index then. > > That's right. I've updated the RFC to make that section more clear. Including that the examp

Re: [PHP-DEV] Re: [RFC] [Discussion] Arrays starting with a negative index

2018-02-22 Thread Niklas Keller
Hey, "Will no longer produce any output." in the BC example is wrong, it will produce a notice due to an undefined index then. > NOTE: If accepted, during the deprecation phase the following E_DEPRECATED > notice would be emitted in cases where the behavior will change: I guess that means also

Re: [PHP-DEV] Re: [RFC] [Discussion] Arrays starting with a negative index

2017-06-06 Thread Pedro Magalhães
On Tue, Jun 6, 2017 at 7:22 PM, Sara Golemon wrote: > On Tue, Jun 6, 2017 at 7:06 AM, Pedro Magalhães wrote: > > Given that I got no more feedback on this, I'm ready to move it to > voting. > > However, before doing so, I would like to hear some feedback from 7.2 RMs > > about the timing. I thin

Re: [PHP-DEV] Re: [RFC] [Discussion] Arrays starting with a negative index

2017-06-06 Thread Sara Golemon
On Tue, Jun 6, 2017 at 7:06 AM, Pedro Magalhães wrote: > Given that I got no more feedback on this, I'm ready to move it to voting. > However, before doing so, I would like to hear some feedback from 7.2 RMs > about the timing. I think the impact in real applications would be pretty > low but ther