summaryrefslogtreecommitdiff
path: root/tests/classes
Commit message (Expand)AuthorAgeFilesLines
* Register class before fetching parentNikita Popov2019-06-112-11/+2
* Allow exceptions in __toString()Nikita Popov2019-06-053-28/+46
* Fix lineno for more inheritance errorsNikita Popov2019-03-2712-12/+12
* Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-156-6/+6
* Use EXPECT when possibleGabriel Caruso2019-03-111-1/+1
* Implement fine-grained conflict handlingNikita Popov2019-02-201-0/+0
* run-tests.php: experimental parallel testing supportAndrea Faulds2019-02-181-0/+0
* Fix testNikita Popov2019-02-121-1/+1
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-02-123-10/+14
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-123-10/+14
| |\
| | * Fixed bug #75546DanielCiochiu2019-02-123-10/+14
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1565-79/+1
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-14132-323/+323
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-132-2/+2
| | * Req #74963 (Improved error message on fetching property of non-object)Xinchen Hui2017-07-311-9/+9
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1565-79/+1
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-14131-319/+319
* | | Implement typed propertiesNikita Popov2019-01-111-1/+1
* | | Remove some mentions of RECOVERABLE_ERROR in testsNikita Popov2018-11-151-5/+0
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1564-78/+1
* | | Trim trailing whitespace in *.phptPeter Kokot2018-10-1421-22/+22
* | | Trim trailing whitespace in testsGabriel Caruso2018-10-14113-297/+297
* | | Don't overload get_properties for ArrayObjectNikita Popov2018-10-101-13/+0
* | | Merge branch 'PHP-7.3'Nikita Popov2018-09-291-1/+4
|\ \ \ | |/ /
| * | Fixed bug #72635Nikita Popov2018-09-291-1/+4
* | | Remove duplicate test fileNikita Popov2018-09-221-69/+0
* | | Rename *.p5c files to *.incPeter Kokot2018-09-2110-6/+6
* | | Fix permissionsPeter Kokot2018-09-214-0/+0
* | | Fix some misspellingsGabriel Caruso2018-08-123-3/+3
|/ /
* | Fixed bug #76509Nikita Popov2018-06-251-5/+5
* | Remove duplicated testsGabriel Caruso2018-02-221-37/+0
* | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2071-71/+71
* | Remove trailing whitespace in inc filesGabriel Caruso2018-02-102-2/+2
* | Use int instead of integer in type errorsGabriel Caruso2018-02-042-11/+11
* | Remove superfluous SKIPIF sections in testsGabriel Caruso2018-02-035-10/+0
* | Fix #75765 Exception on extend of undefined classtimurib2018-01-122-1/+26
* | Req #74963 (Improved error message on fetching property of non-object)Xinchen Hui2017-07-311-9/+9
|/
* Implement object type annotationMichaƂ Brzuchalski2017-06-254-94/+94
* Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecationRowan Collins2017-03-232-2/+2
* Implement Parameter Type Widening RFCNiklas Keller2017-02-041-14/+0
* Deprecate each()Nikita Popov2017-02-031-4/+3
* Deprecate __autoload()Nikita Popov2017-02-0321-208/+188
* Remove zend_version() checks from testsNikita Popov2017-01-30111-216/+0
* Remove more PHP 6 leftovers from testsNikita Popov2016-11-247-43/+43
* Implement \ArgumentCountError exceptionDavey Shafik2016-08-301-1/+1
* Fixed testsXinchen Hui2016-08-232-4/+0
* Show "or null" in TypeErrors for nullable arg_infosAndrea Faulds2016-08-111-3/+3
* Merge branch 'PHP-7.0'Nikita Popov2016-07-141-4/+2
|\
| * Fix test outputNikita Popov2016-07-141-4/+2
* | Implemented RFC: Replace "Missing argument" warning with "Too few arguments" ...Dmitry Stogov2016-06-161-1/+1