summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
* 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
| * typo fixesVeres Lajos2013-07-151-1/+1
* | typo fixesVeres Lajos2013-07-151-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-06-201-0/+4
|\ \ | |/
| * skip test for bug #64936 when tokenizer not builtRemi Collet2013-06-201-0/+4
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-162-0/+39
|\ \ | |/
| * Fix bug #64936 - clean doc comment state at the beginning and end of the scanStanislav Malyshev2013-06-162-0/+39
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-03-212-1/+46
|\ \ | |/
| * Fix bug in reflectionClass relate to #64239Xinchen Hui2013-03-212-1/+46
| * Happy New YearXinchen Hui2013-01-012-2/+2
* | Made test compatible with O+Dmitry Stogov2013-03-169-0/+27
* | Fix test related to change for #bug64007 and also fix in newInstanceArgsXinchen Hui2013-01-222-12/+28
* | Fixed bug #64007 (There is an ability to create instance of Generator by hand).Xinchen Hui2013-01-192-8/+25
* | Happy New YearXinchen Hui2013-01-012-2/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2012-11-272-1/+42
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-11-272-1/+42
| |\
| | * Fixed Bug #63614 (Fatal error on Reflection)Xinchen Hui2012-11-272-1/+42
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-313-4/+53
|\ \ \ | |/ /
| * | Fixed bug #63399 (ReflectionClass::getTraitAliases() incorrectly resolves tra...Xinchen Hui2012-10-313-4/+53
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-1053-0/+0
|\ \ \ | |/ /
| * | Remove executable permission on phptXinchen Hui2012-10-103-0/+0
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-1050-0/+0
| |\ \ | | |/
| | * Remove executable permission on phptXinchen Hui2012-10-1050-0/+0
| | * Fixed bug that can not get default value of parameter if it's not `optional`Xinchen Hui2012-08-022-4/+7
* | | Implemented ReflectionFunction::isGenerator()Reeze Xia2012-09-022-0/+61
|/ /
* | - 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-023-9/+9
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-012-3/+18
|\ \ | |/
| * Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong result)Xinchen Hui2012-08-012-3/+18
| * 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-144-12/+210
|\ \
| * | Implemented FR #61602 Allow access to name of constant used as default valueReeze Xia2012-05-314-12/+210
* | | 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-222-0/+31
|\ \ \ | |/ /
| * | - Fixed bug #62384 (Attempting to invoke a Closure more than once causes segf...Felipe Pena2012-06-222-0/+31
* | | 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-234-191/+16
* | Merge branch 'PHP-5.3' into PHP-5.4zoe slattery2012-05-151-1/+0
|\ \
| * | Small fixes to tests, see #62022zoe slattery2012-05-151-1/+0
| |/
* | Fixed CODING_STANDARD and move parameter parse codereeze2012-04-041-15/+19
* | Implemented FR #61602 Allow access to name of constant used as default valuereeze2012-04-034-20/+191
* | Merge branch 'PHP-5.3' into PHP-5.4David Soria Parra2012-03-201-2/+2
|\ \ | |/
| * Replace $Revision$ with $Id$ in keyword expansion enable filesDavid Soria Parra2012-03-201-2/+2
| * - Fixed bug #61388 (ReflectionObject:getProperties() issues invalid readsGustavo André dos Santos Lopes2012-03-182-0/+39
| * Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod::inv...Xinchen Hui2012-02-032-2/+4