History log of /php-src/Zend/tests/use_function/ns_end_resets_seen_symbols_2.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# be6dee3c 05-Aug-2024 Ilija Tovilo

Reset seen symbols when ending namespace (GH-15244)

Previously, seen symbols were never cleaned during the compilation of a single
file. This makes it impossible to use a class or functi

Reset seen symbols when ending namespace (GH-15244)

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.

show more ...