Re: [PHP-DEV] [RFC] Array unpacking with string keys

2021-01-07 Thread tyson andre
Hi Nikita, > I'd like to propose that string keys be allowed when unpacking into arrays: > https://wiki.php.net/rfc/array_unpacking_string_keys > > Especially as unpacking in calls supports string keys now, I believe it is > time to drop this limitation for arrays as well. +1, was considering pro

Re: [PHP-DEV] [RFC] Array unpacking with string keys

2021-01-07 Thread Kalle Sommer Nielsen
Den tor. 7. jan. 2021 kl. 21.19 skrev Larry Garfield : > Hard yes. I ran into a case just yesterday (while doing some sample code for > immutability) when I wanted to merge associative arrays this way and the > alternate was much yuckier. Seconded, I ran into a similar thing yesterday and it to

Re: [PHP-DEV] [RFC] Array unpacking with string keys

2021-01-07 Thread Larry Garfield
On Thu, Jan 7, 2021, at 5:30 AM, Nikita Popov wrote: > Hi internals, > > I'd like to propose that string keys be allowed when unpacking into arrays: > https://wiki.php.net/rfc/array_unpacking_string_keys > > Especially as unpacking in calls supports string keys now, I believe it is > time to drop