[RFC][Discussion] Arbitrary static variable initializers

php.internals

Ilija Tovilo

3 years ago
Hi everyone I'd like to propose my next RFC. It lifts the restriction of only using constant expressions in static variable initializers. Let me know if you have any thoughts or concerns. https://wiki.php.net/rfc/arbitrary_static_variable_initializers Ilija

Larry Garfield

3 years ago
On Sun, Nov 6, 2022, at 1:48 PM, Ilija Tovilo wrote:
> Hi everyone > > I'd like to propose my next RFC. It lifts the restriction of only > using constant expressions in static variable initializers. Let me > know if you have any thoughts or concerns. > > https://wiki.php.net/rfc/arbitrary_static_variable_initializers > > Ilija
This has always kind of bugged me. +1 from my end. --Larry Garfield