summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Fix #79487: ::getStaticProperties() ignores property modificationsChristoph M. Becker2020-06-241-4/+31
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-231-31/+4
|\ \ | |/
| * Revert "Fix #79487: ::getStaticProperties() ignores property modifications"Christoph M. Becker2020-06-231-31/+4
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-231-4/+31
|\ \ | |/
| * Fix #79487: ::getStaticProperties() ignores property modificationsChristoph M. Becker2020-06-231-4/+31
| * Apply tidy formattingNikita Popov2020-02-031-1/+1
* | Add ZVAL_OBJ_COPY macroNikita Popov2020-06-171-22/+11
* | Add zend_call_known_function() API familyNikita Popov2020-06-091-75/+9
* | Add $filter parameter for ReflectionClass::(getConstants|getReflectionConstants)Gabriel Caruso2020-06-071-16/+31
* | Fix expression warnings and break warningstwosee2020-06-071-3/+3
* | Implement "Constructor Promotion" RFCNikita Popov2020-06-051-0/+24
* | Add AttributesBenjamin Eberlei2020-06-041-2/+396
* | Add support for the mixed typeMáté Kocsis2020-05-221-3/+3
* | Use int|string Fast ZPP macro in ReflectionGeorge Peter Banyard2020-05-061-19/+20
* | Completely remove disabled functions from function tableNikita Popov2020-04-301-6/+2
* | Remove ZEND_ACC_DTOR flagNikita Popov2020-04-171-5/+3
* | Improve some TypeError and ValueError messagesMáté Kocsis2020-04-141-2/+2
* | Generate method entries for ext/session and ext/reflectionMáté Kocsis2020-04-131-475/+204
* | Export API for fetching internal func defaultNikita Popov2020-04-091-98/+2
* | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-84/+168
* | Remove most uses of _default_get_name()Nikita Popov2020-04-071-28/+48
* | Eliminate uses of _default_load_name()Nikita Popov2020-04-071-88/+65
* | Optimize internal name fetching in reflectionNikita Popov2020-04-071-1/+5
* | Assert that arginfo parameter name is presentNikita Popov2020-04-071-9/+6
* | Remove <default> prefix from reflection dumpNikita Popov2020-04-021-4/+0
* | Display property default value in reflection dumpsNikita Popov2020-04-021-56/+64
* | Show property type in reflection exportNikita Popov2020-04-021-1/+8
* | Improve error messages of ext/reflectionMáté Kocsis2020-03-231-11/+8
* | Store aliased name of trait methodNikita Popov2020-03-031-3/+1
* | Define Stringable with __toString():string methodNicolas Grekas2020-03-021-1/+2
* | Fixed bug #77325Nikita Popov2020-02-281-5/+5
* | Fixed bug #64592Nikita Popov2020-02-281-0/+4
* | Remove the deprecated reflection export methodsMáté Kocsis2020-02-191-194/+0
* | Add static return typeNikita Popov2020-02-171-1/+3
* | Always invoke zpp in ReflectionProperty::getValue/isInitializedNikita Popov2020-02-101-4/+14