summaryrefslogtreecommitdiff
path: root/Zend/tests/use_function/includes
Commit message (Collapse)AuthorAgeFilesLines
* Rename *.php files in Zend/tests to *.incPeter Kokot2018-09-234-0/+0
| | | | | *.php files are ignored by Git and a better practice might be to rename PHP included files for tests.
* Disallow using functions/consts defined in the same fileIgor Wiedler2013-08-254-0/+23
* Keep track of defined function and const filenames * Prohibit use function foo if function foo exists * Prohibit use const foo if const foo exists