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 Add new 'use function' sequence for importing namespaced functions 2013-08-22 15:51:25 +02:00
basic.phpt Add new 'use function' sequence for importing namespaced functions 2013-08-22 15:51:25 +02:00
case_insensivity.phpt
conditional_function_declaration.phpt Fix "already in use" check inconsistencies/bugs 2016-10-07 00:12:55 +02:00
conflicting_use.phpt
conflicting_use_alias.phpt Add test case for conflicting use and use function alias (stas) 2013-08-22 15:51:26 +02:00
conflicting_use_const_alias.phpt Adjust some test names, remove obsolete and duplicate tests (nikic) 2013-08-25 14:03:07 +02:00
define_imported.phpt Print location on class redeclaration 2024-04-30 14:34:43 +02:00
define_imported_before.phpt Add "Done" output to distinguish hard from soft failures 2013-10-14 23:21:06 +02:00
ignore_constants.phpt Correctly distinguish between functions and constants 2013-08-22 15:51:26 +02:00
no_conflict_with_classes.phpt
no_global_fallback.phpt Rename *.php files in Zend/tests to *.inc 2018-09-23 17:20:42 +02:00
no_global_fallback2.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
ns_end_resets_seen_symbols_1.phpt
ns_end_resets_seen_symbols_2.phpt
self_parent.phpt self and parent are valid function and const names (nikic) 2013-08-25 15:08:26 +02:00
shadow_core.phpt Rename *.php files in Zend/tests to *.inc 2018-09-23 17:20:42 +02:00
shadow_global.phpt Rename *.php files in Zend/tests to *.inc 2018-09-23 17:20:42 +02:00