Hi Claude On Sat, Jan 31, 2026 at 2:31 AM Claude Pache <[email protected]> wrote: > > > Le 31 janv. 2026 à 00:43, Ilija Tovilo <[email protected]> a écrit : > > > > https://wiki.php.net/rfc/closure-optimizations > > The examples of the RFC all use the `function () { }` construct. I guess it > does also apply to closures constructed with `fn() =>` ?
Yes, the same applies to arrow functions. I clarified in the text and added a short example. Ilija
