summaryrefslogtreecommitdiff
path: root/tests/classes
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fixed bug #72635Nikita Popov2018-09-291-1/+4
* | 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
* | Implemented RFC: Fix inconsistent behavior of $this variableDmitry Stogov2016-06-162-13/+9
* | Implemented the RFC `Support Class Constant Visibility`.Dmitry Stogov2015-12-0815-0/+272
|/
* Fixed Bug #70967 (Weird error handling for __toString when Error is thrown)Xinchen Hui2015-11-281-1/+1
* Switch code on thrown TypeError and ParseError to 0, update related testsAaron Piotrowski2015-07-071-6/+6
* Restored old behaviorDmitry Stogov2015-06-291-1/+1
* Fixed last previously broken testsBob Weinand2015-06-291-1/+1
* Show full signature upon inheritance mismatchBob Weinand2015-06-298-8/+8
* Drop duplicate object-to-type noticesNikita Popov2015-06-221-1/+0
* Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-144-4/+4
|\
| * Show argument causing TypeException in traceNikita Popov2015-05-204-4/+4
* | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-1746-47/+47
* | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-1746-50/+67
|\ \ | |/
| * Display TypeExceptions like normal exceptionsNikita Popov2015-05-175-8/+25
| * Tweak uncaught exception message displayNikita Popov2015-05-1741-42/+42
* | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-1644-65/+65
|/
* Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-1541-41/+180
* Reclassify E_STRICT noticesNikita Popov2015-04-0111-16/+21
* Finish PHP 4 constructor deprecationNikita Popov2015-03-317-7/+19
* Deprecate PHP 4 constructorsAndrea Faulds2015-03-314-8/+8
* Errors converted to exceptions are not "recoverable" anymore.Dmitry Stogov2015-03-106-11/+11