[PHP-DEV] Re: [RFC][VOTE] Deprecate curly brace syntax for accessing array elements and string offsets

2019-07-03 Thread Andrew Gromov
Two weeks from now would be 17/07/2019. Also the voting period on the RFC lists June (06) as the start and end month for voting instead of July (07) Yep. Thanks. Stupid typo. Is corrected.

Re: [PHP-DEV] [RFC][VOTE] Deprecate curly brace syntax for accessing array elements and string offsets

2019-07-03 Thread G. P. B.
On Wed, 3 Jul 2019 at 12:18, Andrew Gromov wrote: > Hello Internals, > > > I just started the vote on > https://wiki.php.net/rfc/deprecate_curly_braces_array_accessand I will > close it in two weeks from now (10.06.2019). > > Thanks in advance to all who paid attention to the vote. > > Best

[PHP-DEV] [RFC][VOTE] Deprecate curly brace syntax for accessing array elements and string offsets

2019-07-03 Thread Andrew Gromov
Hello Internals, I just started the vote on https://wiki.php.net/rfc/deprecate_curly_braces_array_accessand I will close it in two weeks from now (10.06.2019). Thanks in advance to all who paid attention to the vote. Best regards, Andrey.

Re: [PHP-DEV] [RFC][VOTE] Deprecate curly brace syntax for accessing array elements and string offsets

2019-07-03 Thread Thomas Hruska
On 7/3/2019 3:18 AM, Andrew Gromov wrote: Hello Internals, I just started the vote on https://wiki.php.net/rfc/deprecate_curly_braces_array_accessand I will close it in two weeks from now (10.06.2019). Thanks in advance to all who paid attention to the vote. Best regards, Andrey. The

Re: [PHP-DEV] [RFC][VOTE] Deprecate curly brace syntax for accessing array elements and string offsets

2019-07-03 Thread Levi Morrison
Was any analysis of usage done for top open source projects? I support this direction, but would prefer to know its current impact before voting. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [RFC][VOTE] Deprecate curly brace syntax for accessing array elements and string offsets

2019-07-03 Thread Peter Bowyer
Hi Andrey, Thanks for taking the time to push forward this RFC. I found the earlier discussion at https://externals.io/message/104744, which I hadn't seen. Like others, I would have chosen to keep {} for string offsets to make it clearer, though I have not used {} in my code for a decade. Was

Re: [PHP-DEV] [RFC][VOTE] Deprecate curly brace syntax for accessing array elements and string offsets

2019-07-03 Thread Nikita Popov
On Wed, Jul 3, 2019 at 4:41 PM Levi Morrison wrote: > Was any analysis of usage done for top open source projects? I support > this direction, but would prefer to know its current impact before > voting. > I checked top 2k projects with a 2-3 months outdated data set. Here is the analysis log:

Re: [PHP-DEV] [RFC][VOTE] Deprecate curly brace syntax for accessing array elements and string offsets

2019-07-03 Thread Thomas Hruska
On 7/3/2019 7:41 AM, Levi Morrison wrote: Was any analysis of usage done for top open source projects? I support this direction, but would prefer to know its current impact before voting. Well, I currently use braces when I iterate over strings for reasons of readability. Example:

Re: [PHP-DEV] [RFC][VOTE] Deprecate curly brace syntax for accessing array elements and string offsets

2019-07-03 Thread Claude Pache
> Le 3 juil. 2019 à 17:59, Nikita Popov a écrit : > > On Wed, Jul 3, 2019 at 4:41 PM Levi Morrison wrote: > >> Was any analysis of usage done for top open source projects? I support >> this direction, but would prefer to know its current impact before >> voting. >> > > I checked top 2k

Re: [PHP-DEV] [RFC][VOTE] Deprecate curly brace syntax for accessing array elements and string offsets

2019-07-03 Thread Theodore Brown
On Wed, July 3, 2019 at 10:59 AM Nikita Popov wrote: > On Wed, Jul 3, 2019 at 4:41 PM Levi Morrison wrote: > > > Was any analysis of usage done for top open source projects? I support > > this direction, but would prefer to know its current impact before > > voting. > > > I checked top 2k