summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
Commit message (Expand)AuthorAgeFilesLines
* Fix usage of casted string in ReflectionParameter ctorNikita Popov2020-11-241-2/+2
* Fix leak on consteval exception in ReflectionClass::__toString()Nikita Popov2020-08-311-0/+1
* Check update constant failure in ReflectionClassConstant::__toString()Nikita Popov2020-08-311-1/+4
* Fixed bug #79820Christopher Broadbent2020-07-151-0/+17
* Fix #69804: ::getStaticPropertyValue() throws on protected propsChristoph M. Becker2020-06-241-3/+11
* Fix #79487: ::getStaticProperties() ignores property modificationsChristoph M. Becker2020-06-241-4/+31
* Revert "Fix #79487: ::getStaticProperties() ignores property modifications"Christoph M. Becker2020-06-231-31/+4
* Fix #79487: ::getStaticProperties() ignores property modificationsChristoph M. Becker2020-06-231-4/+31
* Apply tidy formattingNikita Popov2020-02-031-1/+1
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-171-0/+2
|\
| * Fixed bug #79115Nikita Popov2020-01-171-0/+2
* | Fixed bug #78895 (Reflection detects abstract non-static class as abstract st...Dmitry Stogov2019-12-091-1/+2
* | Fixed bug #78774Nikita Popov2019-11-041-1/+13
* | Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-10-211-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-10-211-1/+1
| |\
| | * Fix bug #78697: inaccurate error messageFabien Villepinte2019-10-211-1/+1
* | | Fix number of required arguments in arginfoNikita Popov2019-10-071-1/+1
* | | Fixed bug #78410Nikita Popov2019-08-131-4/+5
* | | Special-case rc=1 self-referential arrays in ReflectionReferenceNikita Popov2019-07-221-2/+11
* | | Revert "Add ReflectionReference::getRefcount()"Nikita Popov2019-07-221-26/+1
* | | Deprecate Reflection export() methodsNikita Popov2019-07-221-11/+10
* | | Evaluate constant in class scopeDmitry Stogov2019-07-221-1/+1
* | | Don't call Reflection::export() internallyNikita Popov2019-07-111-52/+32
* | | Add ReflectionReference::getRefcount()Nikita Popov2019-07-081-1/+26
* | | Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-4/+4
* | | Deprecate ReflectionType::__toString()Nikita Popov2019-06-051-4/+1
* | | Allow exceptions in __toString()Nikita Popov2019-06-051-31/+42
* | | Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-9/+14
* | | Add RETURN_EMPTY_ARRAY() / RETVAL_EMPTY_ARRAY()Nikita Popov2019-05-141-13/+8
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-091-16/+18
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-091-20/+20
| |\ \ | | |/
| | * Fixed bug #75186Nikita Popov2019-05-091-21/+20
* | | Fixed bug #77951Nikita Popov2019-05-091-1/+2
* | | Use fast zpp for ReflectionClass constructorNikita Popov2019-05-081-6/+6
* | | Optimize $name/$class property population in reflectionNikita Popov2019-05-081-102/+64
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-151-0/+8
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-04-151-0/+8
| |\ \ | | |/
| | * Fixed bug #77882Nikita Popov2019-04-151-0/+8
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-221-4/+14
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-221-4/+14
| |\ \ | | |/
| | * Fixed bug #77772Nikita Popov2019-03-221-14/+12
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-5/+5
* | | Don't return inside _DO_THROW macroNikita Popov2019-02-281-14/+18
* | | Fix #77673 ReflectionClass::getDefaultProperties returns spooky arrayJoe Watkins2019-02-271-1/+1
* | | Fix typos in code comments [skip ci]Tyson Andre2019-02-181-1/+1
* | | Remove bogus ctor checks in get_class_methods() + reflectionNikita Popov2019-02-141-22/+12
* | | Fixed bug #77613 (method visibility change) (reverted ZEND_ACC_CTOR and ZEND_...Dmitry Stogov2019-02-141-5/+5
* | | Implement ReflectionReferenceNikita Popov2019-02-131-1/+123
* | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1