[PHP-DEV] Re: VCS Account Request: devnexen

2022-06-02 Thread PHP Group
VCS Account Approved: devnexen approved by derick \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: https://www.php.net/unsub.php

[PHP-DEV] VCS Account Request: devnexen

2022-06-02 Thread David Carlier
phpdoc php-src -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: https://www.php.net/unsub.php

Re: [PHP-DEV] [RFC][Under discussion] Fetch properties in const expressions

2022-06-02 Thread Ilija Tovilo
Hi Nikita > This looks like a reasonable addition. > > Could there be any expectation that if -> works, ?-> does as well? Possibly. The implementation was simple enough so I'll add support for completeness. --- Hi Côme > It is not clear to me why this allows using -> on enums but not on other