summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
* Implement union typesNikita Popov2019-11-085-18/+271
* Make zend_type a 2-field structNikita Popov2019-11-081-13/+18
* Clean DONE tags from testsFabien Villepinte2019-11-0749-103/+0
* Merge branch 'PHP-7.4'Fabien Villepinte2019-11-041-0/+7
|\
| * Add a test for ReflectionClass:getInterfaceNames()Fabien Villepinte2019-11-041-0/+7
* | Remove dead code related to inherits props in reflectionNikita Popov2019-11-041-29/+0
* | Store pointer to property_info in reflectionNikita Popov2019-11-041-61/+40
* | Merge branch 'PHP-7.4'Nikita Popov2019-11-042-1/+35
|\ \ | |/
| * Fixed bug #78774Nikita Popov2019-11-042-1/+35
* | zend_parse_parameters_throw() is obsoleteChristoph M. Becker2019-11-011-9/+9
* | Add missing zend_parse_parameters_none()Christoph M. Becker2019-10-281-0/+33
* | Revert "Add missing zend_parse_parameters_none()"Christoph M. Becker2019-10-271-45/+0
* | Add missing zend_parse_parameters_none()Christoph M. Becker2019-10-271-0/+45
* | Fix and make reflection arginfo stubs more specificChristoph M. Becker2019-10-261-14/+14
* | Improve reflection arginfo stubsChristoph M. Becker2019-10-263-61/+74
* | Add stubs for ext-reflectionThomas Gerbet2019-10-265-439/+1329
* | Fix and undeprecate ReflectionType::__toString()Nikita Popov2019-10-223-17/+8
* | Merge branch 'PHP-7.4'Fabien Villepinte2019-10-213-70/+0
|\ \ | |/
| * Revert "Add tests for ReflectionZendExtension"Fabien Villepinte2019-10-213-70/+0
* | Merge branch 'PHP-7.4'Fabien Villepinte2019-10-213-0/+70
|\ \ | |/
| * Add tests for ReflectionZendExtensionFabien Villepinte2019-10-213-0/+70
* | Merge branch 'PHP-7.4'Joe Watkins2019-10-213-31/+45
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-10-213-31/+45
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-10-213-31/+45
| | |\
| | | * Fix bug #78697: inaccurate error messageFabien Villepinte2019-10-213-31/+45
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-10-071-1/+1
|\ \ \ \ | |/ / /
| * | | Fix number of required arguments in arginfoNikita Popov2019-10-071-1/+1
* | | | Convert some notices to warningsNikita Popov2019-10-022-2/+2
* | | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-252-4/+0
* | | | Add check_only parameter to get_closure handlerChristoph M. Becker2019-09-241-2/+2
* | | | Use ZEND_TYPE_IS_SET() when checking for property typesNikita Popov2019-09-231-2/+2
* | | | Don't set nullability flag for parameters without typeNikita Popov2019-09-231-1/+2
* | | | Update error messages in some more testsNikita Popov2019-09-232-2/+2
* | | | Standardize type printing in reflectionNikita Popov2019-09-232-13/+4
* | | | Change representation of zend_type from type code to MAY_BE_* maskNikita Popov2019-09-231-34/+20
* | | | Make ReflectionType an abstract classNikita Popov2019-09-021-0/+1
* | | | Move isBuiltin() method from ReflectionType to ReflectionNamedTypeNikita Popov2019-09-021-18/+18
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-08-132-10/+23
|\ \ \ \ | |/ / /
| * | | Fixed bug #78410Nikita Popov2019-08-132-10/+23
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-223-41/+29
|\ \ \ \ | |/ / /
| * | | Special-case rc=1 self-referential arrays in ReflectionReferenceNikita Popov2019-07-222-2/+28
| * | | Revert "Add ReflectionReference::getRefcount()"Nikita Popov2019-07-222-40/+2
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-2228-67/+113
|\ \ \ \ | |/ / /
| * | | Deprecate Reflection export() methodsNikita Popov2019-07-2229-68/+118
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-07-221-1/+1
|\ \ \ \ | |/ / /
| * | | Evaluate constant in class scopeDmitry Stogov2019-07-221-1/+1
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-111-52/+32
|\ \ \ \ | |/ / /
| * | | Don't call Reflection::export() internallyNikita Popov2019-07-111-52/+32
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-082-2/+40
|\ \ \ \ | |/ / /
| * | | Add ReflectionReference::getRefcount()Nikita Popov2019-07-082-2/+40