summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * Fixed ReflectionFunction, ReflectionMethod and ReflectionParameter.Danack2015-03-011-19/+36
* | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-231-1/+1
* | 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
|/
* Lazy duplication of op_array->static_variablesDmitry Stogov2015-02-201-0/+6
* Add test to ensure ReflectionClass works correctly with traitsNikita Popov2015-02-121-1/+1
* Made ZEND_ACC_TRAIT a saner valueGuilherme Blanco2015-02-121-3/+3
* Revert removal of two ReflectionParameter functionsBob Weinand2015-02-101-0/+50
* Revert "Revert "Improve and generalize class constant substitution""Bob Weinand2015-02-101-50/+0
* Use new ZEND_HASH_FOREACH_... API.Dmitry Stogov2015-02-101-72/+27
* Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-2/+2
* Merge branch 'pull-request/1012'Stanislav Malyshev2015-01-311-0/+1
|\
| * Fix uninitalized variables reads. See CWE-457 for more info.Joshua Rogers2015-01-211-0/+1
* | Implement return typesLevi Morrison2015-01-271-0/+18
* | zend_read_property() has to provide a holder for return value.Dmitry Stogov2015-01-221-1/+2
|/
* bump yearXinchen Hui2015-01-151-1/+1
* Handle run-time cache for static properties directly in executor.Dmitry Stogov2015-01-131-2/+2
* trailing whitespace removalStanislav Malyshev2015-01-101-7/+7
* Drop duplicate arg from hash_get_current_key_exNikita Popov2014-12-261-13/+6
* Don't count variadic argument in zend_func.common.num_args. This allows faste...Dmitry Stogov2014-12-221-9/+28
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-329/+329