summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Use int|string Fast ZPP macro in ReflectionGeorge Peter Banyard2020-05-064-24/+30
* | Completely remove disabled functions from function tableNikita Popov2020-04-304-12/+21
* | Check `__set_state` structureGabriel Caruso2020-04-281-3/+3
* | Use EXPECT instead of EXPECTF when possible EXPECTF logic in run tests is co...Gabriel Caruso2020-04-276-6/+6
* | Remove duplicate testsAlex Dowad2020-04-272-75/+0
* | Document change to ReflectionMethod->isConstructor/isDestructorTyson Andre2020-04-221-0/+128
* | Remove ZEND_ACC_DTOR flagNikita Popov2020-04-172-6/+4
* | Improve some TypeError and ValueError messagesMáté Kocsis2020-04-143-4/+4
* | Generate method entries for ext/session and ext/reflectionMáté Kocsis2020-04-133-478/+693
* | Fix nullable types in PHPDocMáté Kocsis2020-04-121-15/+15
* | Export API for fetching internal func defaultNikita Popov2020-04-091-98/+2
* | Add test to make sure internal param default eval doesn't errorNikita Popov2020-04-091-0/+33
* | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-0813-108/+370
* | Remove most uses of _default_get_name()Nikita Popov2020-04-072-33/+53
* | Eliminate uses of _default_load_name()Nikita Popov2020-04-072-92/+69
* | Optimize internal name fetching in reflectionNikita Popov2020-04-071-1/+5
* | Assert that arginfo parameter name is presentNikita Popov2020-04-071-9/+6
* | Verify that all stubs have a return typeNikita Popov2020-04-031-0/+9
* | Remove <default> prefix from reflection dumpNikita Popov2020-04-029-20/+16
* | Display property default value in reflection dumpsNikita Popov2020-04-0210-79/+90
* | Show property type in reflection exportNikita Popov2020-04-022-5/+15
* | Display nullability in type error messages for internal functionsMáté Kocsis2020-03-313-4/+4
* | Promote some warnings to Errors in Zend basic functionsGeorge Peter Banyard2020-03-311-9/+13
* | Improve undefined variable error messagesMáté Kocsis2020-03-311-1/+1