mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
be6dee3c5d
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. |
||
---|---|---|
.. | ||
includes | ||
alias.phpt | ||
basic.phpt | ||
case_insensivity.phpt | ||
conditional_function_declaration.phpt | ||
conflicting_use_alias.phpt | ||
conflicting_use_const_alias.phpt | ||
conflicting_use.phpt | ||
define_imported_before.phpt | ||
define_imported.phpt | ||
ignore_constants.phpt | ||
no_conflict_with_classes.phpt | ||
no_global_fallback2.phpt | ||
no_global_fallback.phpt | ||
ns_end_resets_seen_symbols_1.phpt | ||
ns_end_resets_seen_symbols_2.phpt | ||
self_parent.phpt | ||
shadow_core.phpt | ||
shadow_global.phpt |