On Tue, Sep 3, 2024, at 05:20, HwapX wrote: > Hello internals! > > I was wondering, has there been any discussion about supporting local > constants (variables that cannot be reassigned, perhaps even function > parameters)?
Out of curiosity, what value would this bring to PHP? In my experience, modern php methods and functions tend to fit on a single screen, at most being a few hundred lines for complex logic. — Rob