summaryrefslogtreecommitdiff
path: root/Zend/tests/use_const
Commit message (Expand)AuthorAgeFilesLines
* Rename *.php files in Zend/tests to *.incPeter Kokot2018-09-237-4/+4
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-201-1/+1
* Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-171-1/+1
* Tweak uncaught exception message displayNikita Popov2015-05-171-1/+1
* Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-151-1/+4
* Drop addition of weird \ prefix for FQ constsNikita Popov2014-06-281-2/+1
* Clarify type of use in error messagesIgor Wiedler2013-10-141-1/+1
* Add "Done" output to distinguish hard from soft failuresIgor Wiedler2013-10-141-0/+4
* Handle case sensivity of constants (nikic)Igor Wiedler2013-08-251-0/+12
* 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-253-38/+1
* Disallow using functions/consts defined in the same fileIgor Wiedler2013-08-257-24/+25
* Add test cases for conflicting use and definition in same ns (stas)Igor Wiedler2013-08-233-21/+28
* More test cases for conflicting aliasesIgor Wiedler2013-08-221-0/+18
* Import namespaced constants via new 'use const' sequenceIgor Wiedler2013-08-229-0/+197