summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.stub.php
Commit message (Expand)AuthorAgeFilesLines
* Implement enumsIlija Tovilo2021-03-171-0/+37
* Used typed properties for reflection $name and $classNikita Popov2021-02-151-22/+10
* Generate class entries from stubs for phar, posix, pspell, readline, reflecti...Máté Kocsis2021-02-151-1/+31
* 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-10/+10
* Make the $filter parameter of ReflectionClass::get*Constants() nullableMáté Kocsis2020-09-291-2/+2
* Reflection param renames amendmentMáté Kocsis2020-09-291-4/+4
* Add support for `@implementation-alias` in stubsMáté Kocsis2020-09-211-8/+8
* Check `ReflectionReference::fromArrayElement` with union typesGabriel Caruso2020-09-151-2/+1
* Refactor ReflectionMethod::__construct()Máté Kocsis2020-09-111-2/+1
* Use ZPP instead of custom type checksMáté Kocsis2020-09-041-2/+1
* Add a few missing parameter types in stubsMáté Kocsis2020-07-301-4/+4
* Cleanup argument handling in ext/reflectionMáté Kocsis2020-07-241-27/+16
* Make ReflectionGenerator finalNikita Popov2020-07-211-1/+1
* ReflectionMethod::invoke() object is not optionalNikita Popov2020-07-061-1/+1
* Implement Attribute Amendments.Martin Schröder2020-06-291-0/+2
* Add $filter parameter for ReflectionClass::(getConstants|getReflectionConstants)Gabriel Caruso2020-06-071-2/+2
* Implement "Constructor Promotion" RFCNikita Popov2020-06-051-0/+4
* Add AttributesBenjamin Eberlei2020-06-041-0/+26
* Annotate internal functions with the mixed typeMáté Kocsis2020-05-251-2/+2
* Deprecate old ReflectionParameter type declaration APIsNikita Popov2020-05-111-3/+12
* Use int|string Fast ZPP macro in ReflectionGeorge Peter Banyard2020-05-061-3/+2
* Completely remove disabled functions from function tableNikita Popov2020-04-301-1/+4
* Generate method entries for ext/session and ext/reflectionMáté Kocsis2020-04-131-2/+15
* Fix nullable types in PHPDocMáté Kocsis2020-04-121-15/+15
* Remove most uses of _default_get_name()Nikita Popov2020-04-071-5/+5
* Eliminate uses of _default_load_name()Nikita Popov2020-04-071-4/+4
* Verify that all stubs have a return typeNikita Popov2020-04-031-0/+9
* Define Stringable with __toString():string methodNicolas Grekas2020-03-021-22/+11
* Remove the deprecated reflection export methodsMáté Kocsis2020-02-191-20/+0
* Revert "Replace @param annotations with type declarations"Christoph M. Becker2020-02-171-5/+13
* Replace @param annotations with type declarationsChristoph M. Becker2020-02-161-13/+5
* Always invoke zpp in ReflectionProperty::getValue/isInitializedNikita Popov2020-02-101-1/+1
* Rename reflection stub fileNikita Popov2020-02-101-0/+647