Re: [PHP-DEV] RFC: Support Closures in constant expressions

2024-10-29 Thread Larry Garfield
On Tue, Oct 29, 2024, at 10:11 AM, Tim Düsterhus wrote: > Hi > > Volker and I would like to start discussion on our RFC to "Support > Closures in constant expressions". > > Please find the following resources for your reference: > > - RFC: https://wiki.php.net/rfc/closures_in_const_expr > - Implem

Re: [PHP-DEV] RFC: Support Closures in constant expressions

2024-10-29 Thread Valentin Udaltsov
On Tuesday, 29 October 2024 at 18:14, Tim Düsterhus wrote: > Hi > > Volker and I would like to start discussion on our RFC to "Support > Closures in constant expressions". > > Please find the following resources for your reference: > > - RFC: https://wiki.php.net/rfc/closures_in_const_expr > - Im

[PHP-DEV] RFC: Support Closures in constant expressions

2024-10-29 Thread Tim Düsterhus
Hi Volker and I would like to start discussion on our RFC to "Support Closures in constant expressions". Please find the following resources for your reference: - RFC: https://wiki.php.net/rfc/closures_in_const_expr - Implementation: https://github.com/php/php-src/pull/16458 Best regards Tim