php-src/Zend/tests/use_function
Igor Wiedler 85d4cfb00d Disallow using functions/consts defined in the same file
* Keep track of defined function and const filenames
* Prohibit use function foo if function foo exists
* Prohibit use const foo if const foo exists
2013-08-25 00:02:46 +02:00
..
includes Disallow using functions/consts defined in the same file 2013-08-25 00:02:46 +02:00
alias.phpt
basic.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 More test cases for conflicting aliases 2013-08-22 15:51:26 +02:00
conflicting_use.phpt
define_imported_before.phpt Add test cases for conflicting use and definition in same ns (stas) 2013-08-23 23:31:17 +02:00
define_imported.phpt Add test cases for conflicting use and definition in same ns (stas) 2013-08-23 23:31:17 +02:00
ignore_constants.phpt Correctly distinguish between functions and constants 2013-08-22 15:51:26 +02:00
no_global_fallback.phpt Disallow using functions/consts defined in the same file 2013-08-25 00:02:46 +02:00
shadow_core.phpt Disallow using functions/consts defined in the same file 2013-08-25 00:02:46 +02:00
shadow_global.phpt Disallow using functions/consts defined in the same file 2013-08-25 00:02:46 +02:00