summaryrefslogtreecommitdiff
path: root/ext/reflection/tests
Commit message (Expand)AuthorAgeFilesLines
* Deprecate ReflectionType::__toString()Nikita Popov2019-06-053-3/+12
* Allow exceptions in __toString()Nikita Popov2019-06-051-1/+6
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-091-0/+25
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-091-0/+25
| |\
| | * Fixed bug #75186Nikita Popov2019-05-091-0/+25
* | | Fixed bug #77951Nikita Popov2019-05-091-12/+16
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-151-0/+38
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-04-151-0/+38
| |\ \ | | |/
| | * Fixed bug #77882Nikita Popov2019-04-151-0/+38
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-221-0/+22
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-221-0/+22
| |\ \ | | |/
| | * Fixed bug #77772Nikita Popov2019-03-221-0/+22
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1559-73/+29
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-14129-257/+257
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+1
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-2/+2
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1554-68/+29
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-14108-235/+235
| * | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+1
* | | Use EXPECT when possibleGabriel Caruso2019-03-111-1/+1
* | | More zpp error/variation test removalsNikita Popov2019-03-065-155/+0
* | | Remove more zpp error testsNikita Popov2019-03-0524-574/+0
* | | Implement fine-grained conflict handlingNikita Popov2019-02-201-0/+0
* | | Fixed bug #77631Tyson Andre2019-02-191-0/+35
* | | run-tests.php: experimental parallel testing supportAndrea Faulds2019-02-181-0/+0
* | | Implement ReflectionReferenceNikita Popov2019-02-133-1/+113
* | | Update and fix remaining year ranges (2019)Peter Kokot2019-02-081-2/+2
* | | Revert removal of private __clone() methodsNikita Popov2019-01-141-1/+7
* | | Implement typed propertiesNikita Popov2019-01-115-1/+241
* | | Remove redundant __clone() methods from ReflectionNikita Popov2018-11-261-7/+1
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1553-67/+28
* | | Trim trailing whitespace in *.phptPeter Kokot2018-10-1417-25/+25
* | | Trim trailing whitespace in testsGabriel Caruso2018-10-14101-210/+210
* | | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+1
* | | Don't overload get_properties for ArrayObjectNikita Popov2018-10-101-6/+0
* | | Merge branch 'PHP-7.3'Nikita Popov2018-10-021-0/+42
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-10-021-0/+42
| |\ \ | | |/
| | * Fixed bug #66430Nikita Popov2018-10-021-0/+42
* | | Merge branch 'PHP-7.3'Nikita Popov2018-10-021-0/+45
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-10-021-0/+45
| |\ \ | | |/
| | * Fixed bug #76936Nikita Popov2018-10-021-0/+45
* | | Fixed bug #76737Nikita Popov2018-09-291-0/+33
* | | Remove unused filesPeter Kokot2018-09-261-16/+0
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-09-161-1/+1
* | | Renumber ZEND_ACC_... flagsDmitry Stogov2018-09-118-67/+67
* | | Use mnemonic namesDmitry Stogov2018-09-112-6/+6
* | | Merge branch 'PHP-7.3'Christoph M. Becker2018-09-052-0/+23
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-09-052-0/+23
| |\ \ | | |/
| | * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-09-052-0/+23
| | |\
| | | * Fix #74454: Wrong exception being thrown when using ReflectionMethodChristoph M. Becker2018-09-052-0/+23