mirror of
https://github.com/php/php-src.git
synced 2026-04-12 02:23:18 +02:00
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. (cherry picked from commit18b43d2950)