summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
* Ensure correct signatures for magic methodsGabriel Caruso2020-08-021-0/+60
* 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-304-19/+21
* Implement 'Saner Numeric Strings' RFC:George Peter Banyard2020-07-291-1/+1
* Another pass of improving ext/date argument namesDerick Rethans2020-07-261-2/+2
* Cleanup argument handling in ext/reflectionMáté Kocsis2020-07-2413-245/+201
* More consistent parameter names for date/time functionsDerick Rethans2020-07-241-1/+1
* Improved number to string comparison semanticsNikita Popov2020-07-221-4/+3
* Make ReflectionGenerator finalNikita Popov2020-07-213-2/+3
* Preserve original ce_flags when registering classNikita Popov2020-07-201-0/+10
* Fix tests I missed beforeNikita Popov2020-07-201-1/+1
* Merge branch 'PHP-7.4'Nikita Popov2020-07-151-0/+22
|\
| * Fixed bug #79820Christopher Broadbent2020-07-152-0/+39
* | Improve output of tokens in Parse ErrorsRowan Tommins2020-07-131-1/+1
* | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-1032-138/+136
* | Remove no_separation flagNikita Popov2020-07-071-3/+0
* | Remove proto comments from C filesMax Semenik2020-07-061-387/+197
* | ReflectionMethod::invoke() object is not optionalNikita Popov2020-07-062-4/+4
* | Use zend_string_equals API in a couple placesNikita Popov2020-07-031-2/+1
* | Fix leak in isDefaultValueAvailable()Nikita Popov2020-06-302-2/+25
* | Replace EXPECTF when possibleFabien Villepinte2020-06-291-1/+1
* | Implement Attribute Amendments.Martin Schröder2020-06-293-24/+100
* | Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-243-18/+0
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-244-37/+81
|\ \ | |/
| * Fix #69804: ::getStaticPropertyValue() throws on protected propsChristoph M. Becker2020-06-244-37/+81
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-242-4/+65
|\ \ | |/
| * Fix #79487: ::getStaticProperties() ignores property modificationsChristoph M. Becker2020-06-242-4/+65
* | Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-232-65/+4
|\ \ | |/
| * Revert "Fix #79487: ::getStaticProperties() ignores property modifications"Christoph M. Becker2020-06-232-65/+4
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-232-4/+65
|\ \ | |/
| * Fix #79487: ::getStaticProperties() ignores property modificationsChristoph M. Becker2020-06-232-4/+65
* | Add ZVAL_OBJ_COPY macroNikita Popov2020-06-171-22/+11
* | Add zend_call_known_function() API familyNikita Popov2020-06-091-75/+9
* | Merge branch 'PHP-7.4'Nikita Popov2020-06-091-0/+35
|\ \ | |/
| * Fixed bug #79683Nikita Popov2020-06-091-0/+35
* | Fix typo of IteratorAggregateImplPhil Davis2020-06-081-4/+4
* | Add $filter parameter for ReflectionClass::(getConstants|getReflectionConstants)Gabriel Caruso2020-06-076-22/+177
* | Fix tests' description for `ReflectionClass::getConstant`Gabriel Caruso2020-06-071-7/+7
* | Fix expression warnings and break warningstwosee2020-06-071-3/+3
* | Implement "Constructor Promotion" RFCNikita Popov2020-06-055-2/+117
* | Add AttributesBenjamin Eberlei2020-06-046-4/+488
* | Fix #79652 Ensure that the mixed type is displayed instead of the union of al...Máté Kocsis2020-05-301-1/+1
* | Improve type error messages when an object is givenMáté Kocsis2020-05-263-3/+3
* | Annotate internal functions with the mixed typeMáté Kocsis2020-05-252-5/+7
* | Add support for the mixed typeMáté Kocsis2020-05-222-3/+35
* | Improve error message for deprecated methodsMáté Kocsis2020-05-147-37/+37
* | Deprecate old ReflectionParameter type declaration APIsNikita Popov2020-05-118-26/+103