I like the idea, especially list($a, $b, ...$c) = ... Looks like Prolog's [A, B | C] = ..., unfortunately it won't provide the same semantic and performance. Implementation needs to be reviewed, but I think it must not affect existing opcodes.
Thanks. Dmitry. On Tue, Nov 4, 2014 at 1:45 AM, Chris Wright <daveran...@php.net> wrote: > Good evening list, > > I'd like to open discussion a relatively simple and clear-cut RFC, either > people will like it or they won't, there isn't a lot more to say here than > what's in the RFC so please have a read. > > https://wiki.php.net/rfc/additional-splat-usage > > Thanks, Chris >