mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
18b43d2950
test failre introduced by44e5c04e55This ASSERT-ion path was never reached becuase of the bug fixed by44e5c04e55. It's possible in case of circular class dependencies that may resolved by __autoload(). Unfortunately these circular dependencies can't be stored in the inheritace cahce.