summaryrefslogtreecommitdiff
path: root/Zend/tests/traits
Commit message (Expand)AuthorAgeFilesLines
* Change the order of properties used for var_dump(), serialize(), comparison, ...Dmitry Stogov2021-03-011-6/+6
* Use IS_ALIAS_PTR to make distinct between aliasses and real classesDmitry Stogov2021-02-101-0/+16
* Rename zend-test to zend_testNikita Popov2021-01-191-1/+1
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-0921-0/+21
* Improve output of tokens in Parse ErrorsRowan Tommins2020-07-132-2/+2
* Review the usage of apostrophes in error messagesMáté Kocsis2020-07-105-5/+5
* Fix treatment of "self" when validating against trait methodNikita Popov2020-04-233-0/+69
* Check abstract method signatures coming from traitsNikita Popov2020-03-269-2/+141
* Enable better trait conflict error messageNikita Popov2020-03-109-9/+9
* Require non-absolute trait method refs to be unambiguousNikita Popov2020-03-101-1/+1
* Resolve trait alias refers to earlierNikita Popov2020-03-031-1/+1
* Deprecate required param after optionalNikita Popov2020-02-181-2/+2
* Reindent phpt filesNikita Popov2020-02-0363-355/+355
* Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-164-4/+4
* Merge branch 'PHP-7.4'Nikita Popov2019-02-201-0/+0
|\
| * Implement fine-grained conflict handlingNikita Popov2019-02-201-0/+0
* | Merge branch 'PHP-7.4'Nikita Popov2019-02-181-0/+0
|\ \ | |/
| * run-tests.php: experimental parallel testing supportAndrea Faulds2019-02-181-0/+0
* | Remove support for legacy constructorsNikita Popov2019-01-298-272/+0
|/
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1557-70/+38
* Trim trailing whitespace in *.phptPeter Kokot2018-10-142-2/+2
* Trim trailing whitespace in testsGabriel Caruso2018-10-1469-108/+108
* Fix #76773 - Methods with a concrete scope need to be added againChris Wright2018-08-221-0/+33
* Fix #76700 - Methods with altered visibility need to be added againPedro Magalhães2018-08-071-0/+31
* Give a reason why the test was skippedGabriel Caruso2018-07-301-1/+1
* Added test case for bug #76539 for master only as the behavior has been restoredKalle Sommer Nielsen2018-07-041-0/+26
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2031-31/+31
* Fix some misspellingsGabriel Caruso2018-02-064-6/+6
* Remove some references to E_STRICT in testsNikita Popov2018-02-039-20/+9
* Merge branch 'PHP-7.2'Nikita Popov2017-12-162-0/+61
|\
| * Fix #75607 - Check if existing static trait property is a ref before comparingPedro Magalhães2017-12-162-0/+61
* | 63911: Compare opcodes of the op_array to determine different functionsPedro Magalhães2017-11-221-0/+26
* | Fix #74922 - Try to resolve constants when importing trait propertiesPedro Magalhães2017-11-025-0/+76
|/
* 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