summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
|/ / / /
* | | | Fix tests on WindowsKalle Sommer Nielsen2015-03-262-2/+2
* | | | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-232-1/+3
* | | | Optimize zend_string_realloc() add more specialized versions zend_string_exte...Dmitry Stogov2015-03-201-2/+2
* | | | Fix folder markReeze Xia2015-03-141-1/+2
* | | | Use specialized macro for string zval creationDmitry Stogov2015-03-121-15/+15
* | | | Errors converted to exceptions are not "recoverable" anymore.Dmitry Stogov2015-03-102-2/+2
* | | | Implement engine exceptionsDmitry Stogov2015-03-091-3/+3
* | | | Fix ReflectionFunction::isDeprecated() testNikita Popov2015-03-091-8/+3
* | | | Use a deprecated function that still exists.POST_PHP7_EREG_MYSQL_REMOVALSAdam Harvey2015-03-051-1/+7
* | | | Merge remote-tracking branch 'datibbaw/kill-ereg'Adam Harvey2015-03-052-7/+7
|\ \ \ \
| * | | | Revert "Revert "Removing ext/ereg and dependencies""Tjerk Meesters2014-09-112-7/+7
* | | | | Improved assert() according to expectations RFC.Dmitry Stogov2015-03-021-1/+3
| |/ / / |/| | |
* | | | Lazy duplication of op_array->static_variablesDmitry Stogov2015-02-201-0/+6
* | | | Add test to ensure ReflectionClass works correctly with traitsNikita Popov2015-02-122-1/+21
* | | | Made ZEND_ACC_TRAIT a saner valueGuilherme Blanco2015-02-123-6/+6
* | | | Add a constant of type CONST_PERSISTENT to testBob Weinand2015-02-101-1/+2
* | | | Revert removal of two ReflectionParameter functionsBob Weinand2015-02-105-46/+155