mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
Previously, seen symbols were never cleaned during the compilation of a single file. This makes it impossible to use a class or function from a different namespace if such a symbol is also declared within the same file. This is inconsistent with how it would work when split into different files.