1
0
mirror of https://github.com/php/php-src.git synced 2026-04-08 16:43:44 +02:00
Files
archived-php-src/ext/reflection/tests
Christoph M. Becker 26aefb750a Fix #69804: ::getStaticPropertyValue() throws on protected props
`ReflectionClass` allows reading of the values of private and protected
constants, and also to get private and protected static methods.
Therefore getting the values of private and protected static properties
is also permissible, especially since `::getStaticProperties()` already
allows to do so.

We also allow ::setStaticPropertyValue() to modify private and
protected properties, because otherwise this method is useless, as
modifying public properties can be done directly.
2020-06-24 11:17:36 +02:00
..
2012-10-10 10:27:49 +08:00
2018-10-14 19:45:12 +02:00
2012-10-10 10:27:49 +08:00
2015-06-15 14:01:26 +03:00
2018-10-14 19:45:12 +02:00
2019-07-22 11:39:52 +02:00
2018-10-14 19:44:14 +02:00
2018-10-14 19:44:14 +02:00
2018-10-14 19:44:14 +02:00
2018-10-14 19:44:14 +02:00
2018-10-14 19:44:14 +02:00
2018-10-14 19:44:14 +02:00
2018-10-14 19:44:14 +02:00
2018-10-14 19:44:14 +02:00
2018-10-14 19:44:14 +02:00
2018-10-14 19:44:14 +02:00
2019-07-22 11:39:52 +02:00
2018-06-04 16:28:16 +02:00
2017-02-03 18:52:57 +01:00
2015-06-15 14:01:26 +03:00
2016-12-18 17:10:19 +01:00
2010-11-21 12:28:10 +00:00
2015-10-14 10:26:02 +08:00
2015-11-27 11:42:30 +08:00
2019-03-11 00:05:44 -03:00
2019-06-05 14:25:07 +02:00
2019-05-09 12:33:53 +02:00
2018-07-02 18:56:27 +02:00
2018-09-29 14:47:57 +02:00
2018-10-02 17:47:07 +02:00
2019-03-22 12:39:27 +01:00
2019-04-15 10:22:40 +02:00
2019-11-04 11:04:02 +01:00
2020-02-28 17:06:05 +01:00
2020-01-17 11:37:35 +01:00
2020-06-09 15:51:05 +02:00
2009-01-07 22:40:17 +00:00