summaryrefslogtreecommitdiff
path: root/Zend/tests/traits
Commit message (Expand)AuthorAgeFilesLines
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1559-73/+43
* Trim trailing whitespace in *.phptPeter Kokot2018-10-1469-110/+110
* Fix #75607 - Check if existing static trait property is a ref before comparingPedro Magalhães2017-12-162-0/+61
* Fix bug #74607: Don't check for bi-directional compatibility in traitsPedro Magalhães2017-06-034-2/+46
* Fix SKIPIF conditionsNikita Popov2017-03-141-1/+1
* Fix CRLF line-endings in testsNikita Popov2016-11-209-225/+225
* Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-09-224-9/+31
|\
| * Fix bug #69579John Boehr2016-09-224-9/+31
* | Fix static method arg binding in traitsNikita Popov2016-04-081-0/+28
|/
* fix #71414 (Interface method override inherited method and implemented in a t...Joe Watkins2016-03-261-1/+1
* Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-176-6/+6
* Tweak uncaught exception message displayNikita Popov2015-05-176-6/+6
* Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-156-6/+25
* Reclassify E_STRICT noticesNikita Popov2015-04-015-13/+1
* Finish PHP 4 constructor deprecationNikita Popov2015-03-312-1/+4
* Removed parsing support traits to have extends and implements.Guilherme Blanco2015-01-092-2/+2
* Merge branch 'PHP-5.6'Julien Pauli2014-12-122-0/+64
|\
| * Fixed Bug #65576 (Constructor from trait conflicts with inherited constructor)Kévin Dunglas2014-12-122-0/+64
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-1/+1
|/
* non living code related typo fixesVeres Lajos2013-08-041-1/+1
* Fixed bug #64235 (Insteadof not work for class method in 5.4.11)Xinchen Hui2013-02-215-3/+72
* Fixed bug #64070 (Inheritance with Traits failed with error)Dmitry Stogov2013-02-181-0/+36
* spellingDmitry Stogov2012-12-251-1/+1
* Traits refactoringDmitry Stogov2012-12-2513-12/+119
* Fixed bug #61998 (Using traits with method aliases appears to result in crash...Dmitry Stogov2012-05-211-0/+68
* Fixed Bug #61052 (Missing error check in trait 'insteadof' clause)Stefan Marr2012-03-041-0/+18
* Fixed Bug #60911 (Confusing error message when extending traits)Stefan Marr2012-03-041-1/+1
* Fixed Bug #60717 (Order of traits in use statement can cause a fatal error)Stefan Marr2012-03-042-1/+74
* Fixed Bug #60809 (TRAITS - PHPDoc Comment Style Bug)Dmitry Stogov2012-01-201-0/+36
* Improved traits implementation. Now to support __CLASS__ constant in traits p...Dmitry Stogov2012-01-171-0/+23
* Fixed inconsistent and broken handling of private properties in traits.Stefan Marr2011-12-175-13/+199
* Fixed Bug #60369 Crash with static property in traitStefan Marr2011-11-231-0/+17
* Fixes Bug #54441 (Handling of changing modifiers on a trait alias)Stefan Marr2011-11-181-0/+19
* Fixed Bug #60165 (Aliasing unexisting trait should throw/trigger the exceptio...Stefan Marr2011-11-175-2/+79
* Fixed Bug #60217 (Requiring the same method from different traits)Stefan Marr2011-11-053-0/+78
* Fixed Bug #60153 (Interface method prototypes not enforced when implementd vi...Stefan Marr2011-11-012-1/+20
* Added missing consistency check for abstract methods required by one trait an...Stefan Marr2011-11-012-0/+51
* Fixed Bug #60145 (Usage of trait's use statement inside interfaces not proper...Stefan Marr2011-11-011-0/+17
* Fixed Bug #60173 (Wrong error message on reflective trait instantiation)Stefan Marr2011-10-311-0/+12
* Fixed Bug #55554 (Legacy constructors not handled properly) [TRAITS] [DOC]Stefan Marr2011-10-098-2/+258
* Improve the warning message of incompatible arguments. (#55719)Xinchen Hui2011-09-231-1/+1
* Fixed bug #55524 Traits should not be able to extend a classStefan Marr2011-08-291-0/+15
* Bug #55424 Fatal error when calling a method from a trait that is defined in ...Stefan Marr2011-08-151-0/+35
* Fixed Bug #55355: Inheritance chain was not regarded when checking whether th...Stefan Marr2011-08-151-0/+46
* Fixed Bug #55372 Incorrect handling of literals led to memory corruption.Stefan Marr2011-08-151-0/+28
* Fixed Bug #55214 use of __CLASS__ within trait returns trait name not class ...Stefan Marr2011-07-311-0/+48
* Added __TRAIT__ magic constant [TRAITS] [DOC]Stefan Marr2011-07-312-0/+63
* Fixed test which was assuming that E_STRICT is not on by default.Stefan Marr2011-07-311-0/+1
* Fixed bug in the handling of conflicting property initializers for traits.Stefan Marr2011-07-231-0/+23
* Added test case which was only added to trunk, bug seems to be fixed already.Stefan Marr2011-07-231-0/+26