On Fri, Jul 3, 2015 at 12:24 PM Nikita Popov <nikita....@gmail.com> wrote:
> Hi internals! > > In a previous thread on the topic [1] I promised to create an RFC for the > soft-reservation of 'void', similar to a bunch of other reservations we > have done for PHP 7. The RFC also includes 'enum' as an additional > independent proposal, as I think this will likely be needed in 7.x. If you > have further suggestions for names or keywords that we are likely to need, > please point them out. > > https://wiki.php.net/rfc/additional_soft_reservations_for_php7 > > Thanks, > Nikita > > [1]: http://markmail.org/message/ovvnz5p2o6q7ebjl Yea, this is smart to get this going. I think it makes a lot of sense. I'd love to see "struct" added to this list, so we could potentially add a value object structure of some sort down the road. As far as "prior art", you can see that there's already some interest in this area: - https://twitter.com/auroraeosrose/status/616321058904350720 - https://gist.github.com/auroraeosrose/2036d1d675a4bd254450 - https://gist.github.com/Antnee/237334e1eb937892ad7a Anyway, yea. Makes sense to me. 👍 - Trevor