[PHP-DEV] [RFC] Readonly Property Defaults

Hey Internals,

I would like to present a tiny, five-line-removal RFC allowing default values on readonly properties.

Allowing default values on readonly class properties enables creating a strict contract for implementation property values that will not change at runtime -- as in, constant-like behaviour with contract. I would love doing that.

Please find the RFC text here: PHP: rfc:readonly_property_defaults

--

Cheers
Nick