summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.5' into PHP-5.6Johannes Schlüter2014-10-041-1/+1
|\
| * Fix accidental edit in previous commitJohannes Schlüter2014-10-041-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Johannes Schlüter2014-10-041-2/+2
|\ \ | |/
| * Fix arginfoJohannes Schlüter2014-10-041-2/+2
* | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2014-09-261-5/+20
|\ \ | |/
| * Fixed bug #68103 Dupplicate entry in ReflectionRemi Collet2014-09-261-5/+20
| * Bump yearXinchen Hui2014-01-031-1/+1
* | update the exception message to better match the actual checkFerenc Kovacs2014-07-301-1/+1
* | ReflectionClass::newInstanceWithoutConstructor() should be allowed to instant...Ferenc Kovacs2014-07-301-2/+2
* | Fixed crash on self-referencing constant expression (part of a constant AST)Dmitry Stogov2014-07-241-2/+11
* | Removed useless void* parameter and replaced with zend_bool on zval_update_co...Bob Weinand2014-04-111-3/+3
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2013-12-101-40/+26
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-12-101-40/+26
| |\
| | * Fixed Bug #66218 zend_register_functions breaks reflectionRemi Collet2013-12-101-40/+26
* | | converted several switches to ifs and made more opcache friendlyBob Weinand2013-11-011-13/+4
* | | Working commit for constant scalar expressions (with constants).Bob Weinand2013-10-311-5/+13
* | | Implement variadic function syntaxNikita Popov2013-09-261-2/+31
|/ /
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-041-1/+1
|\ \ | |/
| * non living code related typo fixesVeres Lajos2013-08-041-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-03-211-1/+2
|\ \ | |/
| * Fix bug in reflectionClass relate to #64239Xinchen Hui2013-03-211-1/+2
| * Happy New YearXinchen Hui2013-01-011-1/+1
* | Fix test related to change for #bug64007 and also fix in newInstanceArgsXinchen Hui2013-01-221-12/+19
* | Fixed bug #64007 (There is an ability to create instance of Generator by hand).Xinchen Hui2013-01-191-8/+15
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2012-11-271-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-11-271-1/+1
| |\
| | * Fixed Bug #63614 (Fatal error on Reflection)Xinchen Hui2012-11-271-1/+1
| | * Fixed bug that can not get default value of parameter if it's not `optional`Xinchen Hui2012-08-021-4/+0
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-311-1/+1
|\ \ \ | |/ /
| * | Fixed bug #63399 (ReflectionClass::getTraitAliases() incorrectly resolves tra...Xinchen Hui2012-10-311-1/+1
* | | Implemented ReflectionFunction::isGenerator()Reeze Xia2012-09-021-0/+9
|/ /
* | - Fixed bug #62892 (ReflectionClass::getTraitAliases crashes on importing tra...Felipe Pena2012-08-221-2/+4
* | Fixed bug that can not get default value of parameter if it's not `optional`Xinchen Hui2012-08-021-6/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-011-3/+1
|\ \ | |/
| * Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong result)Xinchen Hui2012-08-011-3/+1
| * Fix #62432 ReflectionMethod random corrupt memory on high concurrentJohannes Schlüter2012-06-271-1/+1
* | Merge branch 'pull-request/96' into PHP-5.4Stanislav Malyshev2012-07-141-12/+103
|\ \
| * | Implemented FR #61602 Allow access to name of constant used as default valueReeze Xia2012-05-311-12/+103
* | | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-06-231-5/+3
|\ \ \ | | |/ | |/|
| * | - Improved fix for #62384Felipe Pena2012-06-231-5/+3
* | | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-06-221-0/+10
|\ \ \ | |/ /
| * | - Fixed bug #62384 (Attempting to invoke a Closure more than once causes segf...Felipe Pena2012-06-221-0/+10
* | | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-06-011-1/+2
|\ \ \ | |/ / | | / | |/ |/|
| * Fixed Bug #62202 (ReflectionParameter::getDefaultValue() memory leaks with co...Xinchen Hui2012-06-011-1/+2
| * Fix typo while resolving conflictsXinchen Hui2012-05-231-1/+1
| * Revert "Implemented FR #61602 Allow access to name of constant used as defaul...Xinchen Hui2012-05-231-3/+3
* | Revert "Implemented FR #61602 Allow access to name of constant used as defaul...Xinchen Hui2012-05-231-84/+16
* | Fixed CODING_STANDARD and move parameter parse codereeze2012-04-041-15/+19