mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
From what I see the incorrect scope is not observable in any other way. The mixin methods are completely invisible to Reflection and a SQLite function referring to a private method is still properly called as before. Fixes php/php-src#20095.