Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename *.php files in Zend/tests to *.inc | Peter Kokot | 2018-09-23 | 4 | -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 file | Igor Wiedler | 2013-08-25 | 4 | -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 |