> On 4 Apr 2019, at 21:14, CHU Zhaowei <m...@jhdxr.com> wrote: > > Hi internals, > > Thanks for the people who joined the discussion of my [RFC: Spread Operator > in Array Expression](https://wiki.php.net/rfc/spread_operator_for_array). The > biggest change is I have dropped the support for string keys in v0.2 as > suggested by Côme, to make the behavior of spread operator consistent. I have > also added Q&A to explain the questions I received. > > Thanks & best regards, > CHU Zhaowei > > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > Can you clarify what “not supported” means in reference to string keys? What will happen if an array with string keys is used? Does it error/warn, and/or are the keys ignored or skipped? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
- Re: [PHP-DEV] [RFC] Spread Operator in Array Expressio... Michał Brzuchalski
- Re: [PHP-DEV] [RFC] Spread Operator in Array Expr... Levi Morrison
- Re: [PHP-DEV] [RFC] Spread Operator in Array Expressio... Derick Rethans
- Re: [PHP-DEV] [RFC] Spread Operator in Array Expr... Rowan Collins
- RE: [PHP-DEV] [RFC] Spread Operator in Array ... CHU Zhaowei
- Re: [PHP-DEV] [RFC] Spread Operator in Ar... Michał Brzuchalski
- Re: [PHP-DEV] [RFC] Spread Operator i... Rowan Collins
- Re: [PHP-DEV] [RFC] Spread Opera... Michał Brzuchalski
- RE: [PHP-DEV] [RFC] Spread O... CHU Zhaowei
- Re: [PHP-DEV] [RFC] Spread O... Côme Chilliet
- Re: [PHP-DEV] [RFC] Spread Operator in Array Expressio... Stephen Reay
- Re: [PHP-DEV] [RFC] Spread Operator in Array Expressio... Stijn Peeters
- Re: [PHP-DEV] [RFC] Spread Operator in Array Expr... Claude Pache
- RE: [PHP-DEV] [RFC] Spread Operator in Array ... CHU Zhaowei
- Re: [PHP-DEV] [RFC] Spread Operator in Array ... Dan Ackroyd
- Re: [PHP-DEV] [RFC] Spread Operator in Array ... Stijn Peeters
- Re: [PHP-DEV] [RFC] Spread Operator in Ar... Rowan Collins
- Re: [PHP-DEV] [RFC] Spread Operator in Ar... Claude Pache
- Re: [PHP-DEV] [RFC] Spread Operator in Array Expressio... Nikita Popov