summaryrefslogtreecommitdiff
path: root/Zend/tests/traits
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed a inconsitent condition for aliasing traits.Stefan Marr2011-05-132-1/+27
* Added strict handling of properties in traits.Stefan Marr2010-12-205-0/+182
* Changed collision warning for Traits to fatal error.Stefan Marr2010-12-127-21/+7
* Fixed problem reported by Patrick ALLAERT. Trait method was not applied prope...Stefan Marr2010-11-183-5/+31
* Added tests to for static support of traits.Stefan Marr2010-11-176-0/+146
* Fixed issue with statics in traits.Stefan Marr2010-06-082-0/+64
* - A method called like a trait is no constructorJohannes Schlüter2010-05-291-0/+28
* - Fix typo (take 3! thanks Chris and Tony)Felipe Pena2010-05-071-1/+1
* - Fix error message wording (Kalle)Felipe Pena2010-05-071-1/+1
* - Fixed ZEND_VERIFY_ABSTRACT_CLASS order when using traitsFelipe Pena2010-05-073-0/+76
* - Fixed magic method and constructor copy for traitsFelipe Pena2010-05-073-0/+93
* - Added check for constant creation on TraitsFelipe Pena2010-05-071-0/+12
* - New testsFelipe Pena2010-05-066-0/+141
* - New testsFelipe Pena2010-05-063-0/+64
* - New testsFelipe Pena2010-05-049-0/+137
* Changed the exclusion keyword from 'instead' to 'insteadof'. [TRAITS]Stefan Marr2010-04-224-5/+5
* Added traits test cases. No engine changes for now. [TRAITS]Stefan Marr2010-04-1530-0/+866