On Wed, Jan 29, 2025, at 16:12, Tim Düsterhus wrote: > Hi > > Volker and I would like to start discussion on our RFC to allow "Marking > return values as important (#[\NoDiscard])". > > Please find the following resources for your reference: > > - RFC: https://wiki.php.net/rfc/marking_return_value_as_important > - Implementation: https://github.com/php/php-src/pull/17599 > > Best regards > Tim Düsterhus >
Hi Tim, This looks promising! Why do we need the (void) cast? Wouldn't "@" work and avoid a BC issue? — Rob