summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection_arginfo.h
Commit message (Expand)AuthorAgeFilesLines
* Implement enumsIlija Tovilo2021-03-171-6/+112
* Improve class entry generationMáté Kocsis2021-02-161-20/+19
* Used typed properties for reflection $name and $classNikita Popov2021-02-151-21/+21
* Generate class entries from stubs for phar, posix, pspell, readline, reflecti...Máté Kocsis2021-02-151-1/+266
* Fix ReflectionClass::getConstants() stubChristoph M. Becker2021-01-011-1/+1
* Revert "Make ReflectionUnionType final"Nikita Popov2020-10-261-1/+1
* Make ReflectionUnionType finalMáté Kocsis2020-10-251-1/+1
* Require stubs to declare return types for magic methods when possibleMáté Kocsis2020-10-231-136/+137
* Make the $filter parameter of ReflectionClass::get*Constants() nullableMáté Kocsis2020-09-291-5/+3
* Reflection param renames amendmentMáté Kocsis2020-09-291-6/+4
* Add support for `@implementation-alias` in stubsMáté Kocsis2020-09-211-1/+1
* Check `ReflectionReference::fromArrayElement` with union typesGabriel Caruso2020-09-151-2/+2
* Refactor ReflectionMethod::__construct()Máté Kocsis2020-09-111-3/+3
* Use ZPP instead of custom type checksMáté Kocsis2020-09-041-2/+2
* Add a few missing parameter types in stubsMáté Kocsis2020-07-301-10/+8
* Cleanup argument handling in ext/reflectionMáté Kocsis2020-07-241-15/+16
* Make ReflectionGenerator finalNikita Popov2020-07-211-1/+1
* ReflectionMethod::invoke() object is not optionalNikita Popov2020-07-061-3/+3
* Implement Attribute Amendments.Martin Schröder2020-06-291-1/+10
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* Add $filter parameter for ReflectionClass::(getConstants|getReflectionConstants)Gabriel Caruso2020-06-071-2/+4
* Implement "Constructor Promotion" RFCNikita Popov2020-06-051-2/+10
* Add AttributesBenjamin Eberlei2020-06-041-0/+49
* Annotate internal functions with the mixed typeMáté Kocsis2020-05-251-3/+5
* Deprecate old ReflectionParameter type declaration APIsNikita Popov2020-05-111-3/+3
* Use int|string Fast ZPP macro in ReflectionGeorge Peter Banyard2020-05-061-1/+1
* Completely remove disabled functions from function tableNikita Popov2020-04-301-1/+1
* Generate method entries for ext/session and ext/reflectionMáté Kocsis2020-04-131-1/+474
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-5/+5
* Regenerate reflection stubsMáté Kocsis2020-03-071-2/+1
* Define Stringable with __toString():string methodNicolas Grekas2020-03-021-155/+154
* Remove the deprecated reflection export methodsMáté Kocsis2020-02-191-37/+0
* Revert "Replace @param annotations with type declarations"Christoph M. Becker2020-02-171-10/+7
* Replace @param annotations with type declarationsChristoph M. Becker2020-02-161-7/+10
* Always invoke zpp in ReflectionProperty::getValue/isInitializedNikita Popov2020-02-101-3/+1
* Rename reflection stub fileNikita Popov2020-02-101-0/+497