summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
* Implement enumsIlija Tovilo2021-03-1721-13/+876
* Merge branch 'PHP-8.0'Felipe Pena2021-02-251-0/+9
|\
| * Merge branch 'PHP-7.4' into PHP-8.0Felipe Pena2021-02-251-0/+9
| |\
| | * Fix memleak on ReflectionFunction and ReflectionGenerator classes when callin...Felipe Pena2021-02-251-0/+9
* | | Generate class entries from stubs for com, standard, xmlreader, xmlwriter, xs...Máté Kocsis2021-02-221-5/+5
* | | Fix static variable behavior with inheritanceNikita Popov2021-02-181-1/+0
* | | Improve class entry generationMáté Kocsis2021-02-161-20/+19
* | | Used typed properties for reflection $name and $classNikita Popov2021-02-153-44/+32
* | | Generate class entries from stubs for phar, posix, pspell, readline, reflecti...Máté Kocsis2021-02-153-91/+340
* | | Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-1112-16/+24
* | | Added Inheritance Cache.Dmitry Stogov2021-02-091-9/+17
* | | Avoid modification of trait infoDmitry Stogov2021-01-191-2/+23
* | | Replace zend_bool uses with boolNikita Popov2021-01-151-23/+23
|/ /
* | Fix buildChristoph M. Becker2021-01-011-1/+1
* | Use RETURN_THROWS() in a few placesMáté Kocsis2021-01-011-3/+3
* | Fix ReflectionClass::getConstants() stubChristoph M. Becker2021-01-013-4/+3
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-242-2/+20
|\ \ | |/
| * Fix usage of casted string in ReflectionParameter ctorNikita Popov2020-11-242-2/+20
* | Fixed bug #80370: Segmentation fault reflecting attributes of dynamic propertyBenjamin Eberlei2020-11-172-0/+21
* | Fix reflection getDefaultValue() with user arg infoNikita Popov2020-11-122-1/+17
* | FIxed bug #80299Nikita Popov2020-10-301-0/+15
* | Revert "Make ReflectionUnionType final"Nikita Popov2020-10-263-3/+2
* | Make ReflectionUnionType finalMáté Kocsis2020-10-253-2/+3
* | Require stubs to declare return types for magic methods when possibleMáté Kocsis2020-10-233-146/+148
* | don't display default value for variadicRemi Collet2020-10-072-2/+2
* | Fixed bug #80190Nikita Popov2020-10-062-0/+70
* | Update ext/standard parameter namesNikita Popov2020-09-291-1/+1
* | Make the $filter parameter of ReflectionClass::get*Constants() nullableMáté Kocsis2020-09-294-15/+23
* | Reflection param renames amendmentMáté Kocsis2020-09-293-11/+9
* | Honor strict_types=1 for attributes, improve backtracesNikita Popov2020-09-271-15/+63
* | Add support for `@implementation-alias` in stubsMáté Kocsis2020-09-212-9/+9
* | Consolidate the usage of "either" and "one of" in error messagesMáté Kocsis2020-09-202-2/+2
* | Run tidyNikita Popov2020-09-182-4/+4
* | Check `ReflectionReference::fromArrayElement` with union typesGabriel Caruso2020-09-154-16/+15
* | Update array parameter names for named parametersLarry Garfield2020-09-141-1/+1
* | Consolidate new union type ZPP macro namesMáté Kocsis2020-09-111-7/+7
* | Refactor ReflectionMethod::__construct()Máté Kocsis2020-09-117-71/+72
* | Make array_multisort() signature more variadicNikita Popov2020-09-091-9/+1
* | Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-0916-33/+33
* | Use ZPP instead of custom type checksMáté Kocsis2020-09-045-23/+17
* | Merge branch 'PHP-7.4'Nikita Popov2020-08-312-0/+18
|\ \ | |/
| * Fix leak on consteval exception in ReflectionClass::__toString()Nikita Popov2020-08-312-0/+18
* | Merge branch 'PHP-7.4'Nikita Popov2020-08-312-1/+22
|\ \ | |/
| * Check update constant failure in ReflectionClassConstant::__toString()Nikita Popov2020-08-312-1/+22
* | Fix fetching default value of internal function with userland arginfoNikita Popov2020-08-312-1/+20
* | fix test expectationRemi Collet2020-08-131-1/+1
* | Rename standard array function parameters to $arrayTyson Andre2020-08-111-6/+6
* | Add many missing closing PHP tags to testsMáté Kocsis2020-08-098-0/+8
* | Accept zend_object* in zend_update_propertyNikita Popov2020-08-071-1/+1
* | Accept zend_object in zend_read_propertyNikita Popov2020-08-071-1/+1