summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #77882Nikita Popov2019-04-152-0/+46
* Fixed bug #77772Nikita Popov2019-03-222-14/+34
* 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-132-7/+7
* Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-10-031-7/+5
|\
| * Reflection: Copy invoke function also in the variadic caseNikita Popov2018-10-031-7/+5
* | Fixed bug #66430Nikita Popov2018-10-022-0/+52
* | Fixed bug #76936Nikita Popov2018-10-021-0/+45
* | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-09-053-2/+27
|\ \ | |/
| * Fix #74454: Wrong exception being thrown when using ReflectionMethodChristoph M. Becker2018-09-053-2/+27
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-07-022-1/+26
|\ \ | |/
| * Fixed bug #75231Nikita Popov2018-07-022-1/+26
* | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-06-282-1/+21
|\ \ | |/
| * Fixed bug #76536 (PHP crashes with core dump when throwing exception in error...Xinchen Hui2018-06-282-1/+21
| * year++Xinchen Hui2018-01-022-2/+2
* | year++Xinchen Hui2018-01-022-2/+2
* | Revert BC break caused by fixing bug #74035Michael Moravec2017-11-063-15/+4
* | Merge branch 'PHP-7.1' into PHP-7.2Derick Rethans2017-08-161-0/+1
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Derick Rethans2017-08-161-0/+1
| |\
| | * Fixed stupid testDerick Rethans2017-08-161-0/+1
* | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-07-271-0/+27
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-07-271-0/+27
| |\ \ | | |/
| | * Fixed testXinchen Hui2017-07-271-0/+27
* | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-07-272-1/+40
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-07-272-1/+40
| |\ \ | | |/
| | * Fixed bug #74949 (null pointer dereference in _function_string)Xinchen Hui2017-07-272-1/+40
* | | Remove superfluous semicolonsTom Van Looy2017-06-261-1/+1
* | | Implement object type annotationMichaƂ Brzuchalski2017-06-252-9/+9
* | | code de-duplication in ReflectionType::__toString and ReflectionNamedType::ge...Remi Collet2017-06-151-7/+7
* | | Allow ReflectionClass::isIterable() to return true for TraversablesSara Golemon2017-05-311-1/+6
* | | Rename ReflectionClass::isIterateable() to isIterable()Sara Golemon2017-05-312-5/+12
* | | Merge branch 'PHP-7.1'Xinchen Hui2017-05-312-1/+29
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-05-312-1/+29
| |\ \ | | |/
| | * Fixed bug #74673 (Segfault when cast Reflection object to string with undefin...Xinchen Hui2017-05-312-2/+30
| * | Test ReflectionType support of iterableAndrea Faulds2017-04-291-0/+2
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-123-15/+4
| |\ \ | | |/
| | * Revert "Fixed bug #74035"Nikita Popov2017-02-123-15/+4
* | | Test ReflectionType support of iterableAndrea Faulds2017-04-291-0/+2
* | | Don't leak internal flags in reflectionNikita Popov2017-04-225-47/+52
* | | Fix reflection test after flag removalNikita Popov2017-04-221-2/+2
* | | ReflectionGenerator now sends ReflectionException as expectedJulien Pauli2017-02-073-2/+44
* | | Deprecate __autoload()Nikita Popov2017-02-033-9/+7
* | | Merge branch 'PHP-7.1'Nikita Popov2017-02-033-4/+15
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-033-4/+15
| |\ \ | | |/
| | * Fixed bug #74035andrewnester2017-02-033-4/+15
* | | Remove obsolete version checks from testsNikita Popov2017-02-024-12/+4
* | | Remove zend_version() checks from testsNikita Popov2017-01-304-162/+10
* | | Merge branch 'PHP-7.1'Joe Watkins2017-01-181-1/+1
|\ \ \ | |/ /