summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
Commit message (Expand)AuthorAgeFilesLines
* Implement enumsIlija Tovilo2021-03-171-3/+252
* 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
* | | Fix static variable behavior with inheritanceNikita Popov2021-02-181-1/+0
* | | Generate class entries from stubs for phar, posix, pspell, readline, reflecti...Máté Kocsis2021-02-151-89/+43
* | | 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-011-2/+1
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-241-2/+2
|\ \ | |/
| * Fix usage of casted string in ReflectionParameter ctorNikita Popov2020-11-241-2/+2
* | Fixed bug #80370: Segmentation fault reflecting attributes of dynamic propertyBenjamin Eberlei2020-11-171-0/+4
* | Fix reflection getDefaultValue() with user arg infoNikita Popov2020-11-121-1/+6
* | Revert "Make ReflectionUnionType final"Nikita Popov2020-10-261-1/+0
* | Make ReflectionUnionType finalMáté Kocsis2020-10-251-0/+1
* | don't display default value for variadicRemi Collet2020-10-071-1/+1
* | Fixed bug #80190Nikita Popov2020-10-061-0/+3
* | Make the $filter parameter of ReflectionClass::get*Constants() nullableMáté Kocsis2020-09-291-6/+16
* | Honor strict_types=1 for attributes, improve backtracesNikita Popov2020-09-271-15/+63
* | Consolidate the usage of "either" and "one of" in error messagesMáté Kocsis2020-09-201-1/+1
* | Check `ReflectionReference::fromArrayElement` with union typesGabriel Caruso2020-09-151-10/+10
* | Consolidate new union type ZPP macro namesMáté Kocsis2020-09-111-7/+7
* | Refactor ReflectionMethod::__construct()Máté Kocsis2020-09-111-53/+55
* | Use ZPP instead of custom type checksMáté Kocsis2020-09-041-13/+10
* | Merge branch 'PHP-7.4'Nikita Popov2020-08-311-0/+1
|\ \ | |/
| * Fix leak on consteval exception in ReflectionClass::__toString()Nikita Popov2020-08-311-0/+1
* | Merge branch 'PHP-7.4'Nikita Popov2020-08-311-1/+4
|\ \ | |/
| * Check update constant failure in ReflectionClassConstant::__toString()Nikita Popov2020-08-311-1/+4
| * Fixed bug #79820Christopher Broadbent2020-07-151-0/+17
* | Fix fetching default value of internal function with userland arginfoNikita Popov2020-08-311-1/+4
* | Accept zend_object* in zend_update_propertyNikita Popov2020-08-071-1/+1
* | Accept zend_object in zend_read_propertyNikita Popov2020-08-071-1/+1
* | Get rid of empty function entriesMáté Kocsis2020-08-011-5/+1
* | Implement named parametersNikita Popov2020-07-311-106/+74
* | Add missing RETURN_THROWS()Máté Kocsis2020-07-301-0/+1
* | Add a few missing parameter types in stubsMáté Kocsis2020-07-301-3/+7
* | Cleanup argument handling in ext/reflectionMáté Kocsis2020-07-241-116/+83
* | Make ReflectionGenerator finalNikita Popov2020-07-211-0/+1
* | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-28/+27
* | Remove no_separation flagNikita Popov2020-07-071-3/+0
* | Remove proto comments from C filesMax Semenik2020-07-061-387/+197
* | Use zend_string_equals API in a couple placesNikita Popov2020-07-031-2/+1
* | Fix leak in isDefaultValueAvailable()Nikita Popov2020-06-301-2/+3
* | Implement Attribute Amendments.Martin Schröder2020-06-291-23/+88
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-241-3/+11
|\ \ | |/
| * Fix #69804: ::getStaticPropertyValue() throws on protected propsChristoph M. Becker2020-06-241-3/+11
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-241-4/+31
|\ \ | |/