summaryrefslogtreecommitdiff
path: root/tests/classes
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adding regression test for behavior of magic methods with unset public proper...Marco Pivetta2012-12-021-0/+74
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-1081-0/+0
|\
| * Remove executable permission on phptXinchen Hui2012-10-1081-0/+0
| * Fix test, parameter signatures was introduced only into 5.4Xinchen Hui2012-03-301-1/+1
| * - Fix testFelipe Pena2011-11-261-1/+1
| * clean up is_a test titleAlan Knowles2011-09-241-1/+1
| * clean up is_a test, so that it covers more use cases - negative and positive ...Alan Knowles2011-09-241-423/+94
| * add is_a and is_subclass_of test with autoloader feature Alan Knowles2011-09-241-0/+707
| * - Fix tests for \0 patch in PHP 5.3.Gustavo André dos Santos Lopes2010-11-221-1/+1