summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Rename reflection stub fileNikita Popov2020-02-101-1/+1
* | Fix some -Wold-style-declaration compiler warningsGeorge Peter Banyard2020-02-051-1/+1
* | Add ReflectionProperty::getDefaultValue and ReflectionProperty::hasDefaultValueBenjamin Eberlei2020-01-221-0/+86
* | Simplify ReflectionProperty::getDeclaringClass()Nikita Popov2020-01-211-16/+2
* | Merge branch 'PHP-7.4'Nikita Popov2020-01-171-0/+2
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-171-0/+2
| |\
| | * Fixed bug #79115Nikita Popov2020-01-171-0/+2
* | | Use zend_type inside type listsNikita Popov2020-01-171-9/+3
* | | Fix reflection leak if type inside type list is resolvedNikita Popov2020-01-161-18/+7
* | | Use RETURN_THROWS() in various placesMáté Kocsis2020-01-031-3/+3
* | | Use RETURN_THROWS() after try_convert_to_string()Máté Kocsis2020-01-031-1/+1
* | | Use RETURN_THROWS() after zend_throw_exception() in reflection extensionMáté Kocsis2020-01-031-57/+57
* | | Use RETURN_THROWS() after zend_throw_error()Máté Kocsis2020-01-011-1/+1
* | | Use RETURN_THROWS() after zend_type_error()Máté Kocsis2020-01-011-1/+1
* | | Use RETURN_THROWS() during ZPP in the remaining extensionsMáté Kocsis2019-12-311-167/+167