Open
Description
From manual page: https://php.net/reflectionclass.setstaticpropertyvalue
Sets the value of a public static property. If the property is private or protected, the method will fail.
From https://3v4l.org/mSHWS this has not been the case since 7.4.9+, see php/php-src@26aefb7
Description should probably be
Sets the value of a static property, regardless of visibility.
With a changelog entry (not sure if the changelog should be 7.4.9, 8.0, or both?)