mirror of
https://github.com/php/php-src.git
synced 2026-04-23 16:08:35 +02:00
1cb166cbbb
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.