summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo in reflection phptJames Titcumb2015-11-081-1/+1
* Do not create a fake Closure for real Closuresphp-7.0.0RC5Bob Weinand2015-10-141-1/+6
* Forbid "fake" closure rebindingDmitry Stogov2015-10-121-3/+3
* Fixed bug #70674 (ReflectionFunction::getClosure() leaks memory when used for...Dmitry Stogov2015-10-091-0/+8
* Fix bug #70650Márcio Almada2015-10-071-0/+41
* Add test for ReflectionMethod::getPrototype_basic()marcosptf2015-09-021-0/+29
* Fix bogus traces with ReflectionGenerator::getTrace()Bob Weinand2015-08-203-2/+63
* Get rid of implicit type casting in GC_*() macros in Zend/zend_types.h.Dmitry Stogov2015-08-131-1/+1
* Don't leak generator cycle in ReflectionGenerator testNikita Popov2015-07-031-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
* Merge branch 'pull-request/1284'Anatol Belski2015-06-1715-25/+25
|\
| * Changed AssertionException to AssertionErrorAaron Piotrowski2015-06-141-1/+1
| * Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-145-15/+417
| |\
| * \ Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-181-1/+1
| |\ \
| * | | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-177-7/+7
| * | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-1714-20/+24
| |\ \ \
| * \ \ \ Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-171-1/+1
| |\ \ \ \
| * | | | | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-1613-23/+23
* | | | | | 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
* | | | | | Rmoved opcache.load_comments.Dmitry Stogov2015-06-1510-10/+0
| |_|_|_|/ |/| | | |
* | | | | 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-086-113/+312
* | | | | Merge remote-tracking branch 'pollita/reflection.typehint'Sara Golemon2015-06-083-7/+207
| |_|_|/ |/| | |
* | | | Avoid possible uninitialized value assignmentReeze Xia2015-05-181-1/+1
| |_|/ |/| |
* | | Display TypeExceptions like normal exceptionsNikita Popov2015-05-171-1/+5
* | | Tweak uncaught exception message displayNikita Popov2015-05-1713-19/+19
| |/ |/|
* | Merge branch 'pull-request/1277'Stanislav Malyshev2015-05-161-1/+1
|\ \ | |/ |/|
| * fix typosolshevskiy872015-05-131-1/+1
* | Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-156-6/+25
* | Updated test to include ReflectionGeneratorMatteo Beccati2015-05-151-8/+13
* | Add ReflectionGenerator classBob Weinand2015-05-143-0/+349
|/
* Fix buildNikita Popov2015-05-051-3/+3
* Rebase Joe's anon classes implementationkrakjoe2015-04-263-1/+40
* 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-067-89/+43
* Convert fatal errors into EngineExceptionsDmitry Stogov2015-04-021-14/+48
* Merge branch 'InternalClassClean'Dmitry Stogov2015-04-017-87/+203
|\
| * Patch improvement:Dmitry Stogov2015-03-301-1/+1
| * Merge branch 'InternalClassClean' of github.com:Danack/php-src into InternalC...Dmitry Stogov2015-03-307-87/+203
| |\
| | * Fixed ReflectionExtension and ReflectionProperty.Danack2015-03-013-34/+71
| | * Fixed ReflectionFunction, ReflectionMethod and ReflectionParameter.Danack2015-03-015-53/+132
* | | Finish PHP 4 constructor deprecationNikita Popov2015-03-3115-17/+50
|/ /