summaryrefslogtreecommitdiff
path: root/tests/classes
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Implement engine exceptionsDmitry Stogov2015-03-091-32/+104
* Remove assignment of new by referenceNikita Popov2015-01-261-48/+0
* Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-2133-33/+33
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-1/+1
* Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-6/+6
* Merge remote-tracking branch 'php-src/phpng' into astNikita Popov2014-08-161-2/+2
|\
| * Merge branch 'master' into phpngDmitry Stogov2014-08-041-2/+2
| |\
* | | Fix test to conform with UVS changesNikita Popov2014-08-151-23/+13
* | | Fix code in testNikita Popov2014-07-261-1/+1
* | | Update error messageNikita Popov2014-07-261-2/+1
|/ /
* | Merge branch 'master' into phpngDmitry Stogov2014-06-181-5/+1
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Bob Weinand2014-06-151-7/+5
| |\