summaryrefslogtreecommitdiff
path: root/tests/classes
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Bob Weinand2014-06-151-7/+5
| | |\
| | | * Fixed wrong XFAIL test - already fixedBob Weinand2014-06-151-7/+5
| * | | Fixed tests for recent constant array changesBob Weinand2014-04-111-6/+6
| |/ /
* | | Fixed testDmitry Stogov2014-03-131-6/+8
* | | Fixed testDmitry Stogov2014-03-071-2/+2
|/ /
* | Fixed bug #65768: DateTimeImmutable::diff does not worknikita22062013-11-291-0/+36
* | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-11-291-0/+13
|\ \ | |/
| * Added validation of class names in the autoload processDmitry Stogov2013-11-291-0/+13
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-041-2/+2
|\ \ | |/
| * non living code related typo fixesVeres Lajos2013-08-041-2/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-232-0/+41
|\ \ | |/
| * Adding test to verify that __sleep can handle parent classes' private membersMarco Pivetta2013-06-231-0/+23
| * Adding test to stabelize keys used when converting objects to arraysMarco Pivetta2013-06-231-0/+18
| * fix testsStanislav Malyshev2013-01-231-3/+3
* | Fixed typo - inconsistent notice for undefined property (introduced by fix fo...Michael Moravec2013-04-101-7/+7
* | fix testsStanislav Malyshev2013-02-181-1/+13
* | fix testsStanislav Malyshev2013-01-221-3/+3
|/
* Adding test for bug #63462Lars Strojny2013-01-061-0/+71
* Adding tests for private and protected propertiesMarco Pivetta2012-12-022-73/+154
* Fixing test according to @jpauli's suggestionsMarco Pivetta2012-12-021-1/+0