mirror of
https://github.com/php/php-src.git
synced 2026-04-18 13:31:27 +02:00
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.
319 B
319 B