php-src/Zend/tests/use_function
Ilija Tovilo be6dee3c5d
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.
2024-08-13 15:47:14 +02:00
..
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