summaryrefslogtreecommitdiff
path: root/Zend/tests/use_function
Commit message (Expand)AuthorAgeFilesLines
* Clarify type of use in error messagesIgor Wiedler2013-10-142-2/+2
* Add "Done" output to distinguish hard from soft failuresIgor Wiedler2013-10-141-0/+4
* Fix issue with global fallback when not in global spaceAnthony Ferrara2013-08-301-0/+18
* Add test for conditional function declarationIgor Wiedler2013-08-291-0/+17
* Handle case sensivity of constants (nikic)Igor Wiedler2013-08-251-0/+13
* self and parent are valid function and const names (nikic)Igor Wiedler2013-08-251-0/+12
* Adjust some test names, remove obsolete and duplicate tests (nikic)Igor Wiedler2013-08-251-1/+1
* Disallow using functions/consts defined in the same fileIgor Wiedler2013-08-257-31/+32
* Add test cases for conflicting use and definition in same ns (stas)Igor Wiedler2013-08-233-25/+28
* More test cases for conflicting aliasesIgor Wiedler2013-08-221-0/+23
* Add test case for conflicting use and use function alias (stas)Igor Wiedler2013-08-221-0/+20
* Correctly distinguish between functions and constantsIgor Wiedler2013-08-221-0/+23
* Add new 'use function' sequence for importing namespaced functionsIgor Wiedler2013-08-227-0/+182