summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-092-20/+45
|\
| * Fixed bug #75186Nikita Popov2019-05-092-21/+45
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-04-152-0/+46
|\ \ | |/
| * Fixed bug #77882Nikita Popov2019-04-152-0/+46
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-222-4/+36
|\ \ | |/
| * Fixed bug #77772Nikita Popov2019-03-222-14/+34
| * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1559-73/+29
| * Trim trailing whitespace in *.phptPeter Kokot2018-10-14129-257/+257
| * Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+1
| * Trim trailing whitespace in source code filesPeter Kokot2018-10-132-7/+7
* | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1554-68/+29
* | Trim trailing whitespace in *.phptPeter Kokot2018-10-14108-235/+235
* | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+1
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-10-031-7/+5
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-10-031-7/+5
| |\
| | * Reflection: Copy invoke function also in the variadic caseNikita Popov2018-10-031-7/+5
* | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-10-022-0/+52
|\ \ \ | |/ /
| * | Fixed bug #66430Nikita Popov2018-10-022-0/+52
* | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-10-021-0/+45
|\ \ \ | |/ /
| * | Fixed bug #76936Nikita Popov2018-10-021-0/+45
* | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-09-053-2/+27
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-09-053-2/+27
| |\ \ | | |/
| | * Fix #74454: Wrong exception being thrown when using ReflectionMethodChristoph M. Becker2018-09-053-2/+27
* | | Pack zend_constant.flags and zend_constant.module_number into reserved space ...Dmitry Stogov2018-07-261-2/+2
* | | Remove unused Git attributes identPeter Kokot2018-07-253-4/+0
* | | Changed structure of zend_class_entry.trait_aliases and zend_class_entry.trai...Dmitry Stogov2018-07-111-3/+3
* | | Uze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_COPY()Dmitry Stogov2018-07-091-10/+5
* | | Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy...Dmitry Stogov2018-07-051-2/+2
* | | Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy...Dmitry Stogov2018-07-051-5/+5
* | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-4/+4
* | | Fix check for invoking abstract methodNikita Popov2018-07-022-15/+33
* | | Add $ before property name in error messageNikita Popov2018-07-027-32/+32
* | | Merge branch 'PHP-7.2'Nikita Popov2018-07-022-1/+26
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-07-022-1/+26
| |\ \ | | |/
| | * Fixed bug #75231Nikita Popov2018-07-022-1/+26
* | | Remove unnecessary explicit argc checkNikita Popov2018-07-021-18/+6
* | | Remove METHOD_NOTSTATIC checks in reflectionNikita Popov2018-07-021-42/+0
* | | Add zend_update_static_property_ex APINikita Popov2018-06-291-15/+1
* | | Add zend_read_static_property_ex APINikita Popov2018-06-291-5/+1
* | | Fix ReflectionProperty::get/setValue() on internal static propertyNikita Popov2018-06-282-31/+38
* | | Merge branch 'PHP-7.2'Xinchen Hui2018-06-282-1/+21
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-06-282-1/+21
| |\ \ | | |/
| | * Fixed bug #76536 (PHP crashes with core dump when throwing exception in error...Xinchen Hui2018-06-282-1/+21
| | * year++Xinchen Hui2018-01-022-2/+2
| * | year++Xinchen Hui2018-01-022-2/+2
* | | Store unmangled name in ReflectionPropertyNikita Popov2018-06-271-47/+37
* | | Optimize ReflectionProperty constructorNikita Popov2018-06-271-12/+8
* | | Lazy function copying from op_cache SHM into process memoryDmitry Stogov2018-06-251-2/+2
* | | Micro-optimizationDmitry Stogov2018-06-251-15/+16
* | | Fixed bug #76509Nikita Popov2018-06-251-0/+3