summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fixed bug #74035"Nikita Popov2017-02-121-3/+3
* Fixed bug #74035andrewnester2017-02-031-3/+3
* Fix ce comparisonThomas Punt2017-01-181-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Fix bug #46103Nikita Popov2016-12-181-0/+10
* Remove zpp fallback code (always use Fast ZPP)Andrea Faulds2016-09-111-6/+0
* Fixed bug #72846 (getConstant for a array constant with constant values retur...Xinchen Hui2016-08-151-0/+2
* Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-07-131-5/+9
|\
| * fix: bug72222 for PHP-5.6 reflection export of array constsnikita22062016-07-131-11/+16
* | Fixed bug #72174Nikita Popov2016-05-101-2/+6
* | Merge branch 'PHP-7.0' of https://github.com/php/php-src into PHP-7.0Joe Watkins2016-01-201-1/+1
|\ \
| * \ Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
| |\ \ | | |/
| | * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| | * Fixed the third one of (segfault in gc_remove_from_buffer())Xinchen Hui2015-10-031-9/+15
| | * Fixed bug #70631 (Another Segfault in gc_remove_from_buffer())Xinchen Hui2015-10-031-1/+29
| | * bump yearXinchen Hui2015-01-151-1/+1
* | | fix ReflectionClass::__toString doc block omittedJoe Watkins2016-01-201-1/+1
|/ /
* | Remove useless checkXinchen Hui2015-12-091-34/+3
* | Fixed bug #71018 (ReflectionProperty::setValue() behavior changed)Xinchen Hui2015-12-041-22/+7
* | Fixed bug #70982 (setStaticPropertyValue behaviors inconsistently with 5.6)Xinchen Hui2015-11-271-0/+1
* | IndentsXinchen Hui2015-10-231-120/+120
* | Fix boolean conversion warningsc9s2015-10-231-10/+0
* | Do not create a fake Closure for real ClosuresBob Weinand2015-10-141-1/+6
* | Forbid "fake" closure rebindingDmitry Stogov2015-10-121-3/+3
* | Get rid of implicit type casting in GC_*() macros in Zend/zend_types.h.Dmitry Stogov2015-08-131-1/+1
* | Switch position of ce in exception ce variable namesAaron Piotrowski2015-07-031-1/+1
* | Change zend_exception_get_default() to zend_exception_ceAaron Piotrowski2015-07-031-1/+1
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-107/+107
* | Fix more proto commentsRasmus Lerdorf2015-06-231-2/+2
* | Drop now superflous check for VIA_TRAMPOLINENikita Popov2015-06-161-3/+1
* | Fixed bug #69802 (Reflection on Closure::__invoke borks type hint class name)...Dmitry Stogov2015-06-161-1/+1
* | Complete fix for problems related to bug #69802Dmitry Stogov2015-06-161-13/+17
* | Fixed bug #69802 (Reflection on Closure::__invoke borks type hint class name)Dmitry Stogov2015-06-151-2/+6
* | Get rid of more ZVAL_ZVAL() macrosDmitry Stogov2015-06-121-4/+7
* | Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few pla...Dmitry Stogov2015-06-121-2/+2
* | Reflection support for type hints and return typesMatteo Beccati2015-06-081-66/+107
* | Merge remote-tracking branch 'pollita/reflection.typehint'Sara Golemon2015-06-081-0/+150
* | Avoid possible uninitialized value assignmentReeze Xia2015-05-181-1/+1
* | Merge branch 'pull-request/1277'Stanislav Malyshev2015-05-161-1/+1
|\ \
| * | fix typosolshevskiy872015-05-131-1/+1
* | | Add ReflectionGenerator classBob Weinand2015-05-141-0/+197
|/ /
* | Fix buildNikita Popov2015-05-051-3/+3
* | Rebase Joe's anon classes implementationkrakjoe2015-04-261-0/+16
* | Fix bug #69448Levi Morrison2015-04-141-0/+1
* | Squashed commit of the following:Dmitry Stogov2015-04-101-13/+10
* | Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-60/+26
* | Convert fatal errors into EngineExceptionsDmitry Stogov2015-04-021-14/+48
* | Patch improvement:Dmitry Stogov2015-03-301-1/+1
* | Merge branch 'InternalClassClean' of github.com:Danack/php-src into InternalC...Dmitry Stogov2015-03-301-22/+58
|\ \
| * | Fixed ReflectionExtension and ReflectionProperty.Danack2015-03-011-3/+22