1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 20:22:36 +02:00
Files
archived-php-src/ext/reflection/tests
Nikita Popov db7ead0768 Fix ReflectionProperty::get/setValue() on internal static property
This was broken by 6dc0cd868d, which
moved static property initialization outside of constant updating.

Instead of replicating logic, use zend_get_static_property() API
in the reflection implementation, just like we're using
read_property for non-static proprety access.
2018-06-28 22:45:26 +02:00
..
2012-10-10 10:27:49 +08:00
2012-10-10 10:27:49 +08:00
2015-06-15 14:01:26 +03:00
2012-10-10 10:27:49 +08:00
2017-02-03 18:52:57 +01:00
2015-06-15 14:01:26 +03:00
2018-06-04 16:28:16 +02:00
2017-02-03 18:52:57 +01:00
2017-02-03 18:52:57 +01:00
2015-06-15 14:01:26 +03:00
2017-06-25 21:49:41 +02:00
2017-06-25 21:49:41 +02:00
2014-03-02 15:47:08 +08:00
MFH
2008-02-15 09:35:53 +00:00
2014-03-02 15:47:08 +08:00
2009-06-29 07:45:11 +00: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
2016-05-10 12:13:10 +02:00
2009-01-07 22:40:17 +00:00
2009-01-07 22:40:17 +00:00
2009-01-07 22:40:17 +00:00
2009-01-07 22:40:17 +00:00
2010-03-06 23:58:35 +00:00
2009-01-07 22:40:17 +00:00
2010-05-29 21:55:19 +00:00
2014-03-02 15:47:08 +08:00