summaryrefslogtreecommitdiff
path: root/ext/reflection/tests
Commit message (Expand)AuthorAgeFilesLines
* Added test and possible fix for https://bugs.php.net/bug.php?id=67068Danack2015-01-311-0/+18
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-06-083-3/+3
|\
| * Remove superfluous echos.Jeff Welch2014-06-083-3/+3
* | Merge branch 'PHP-5.4' into PHP-5.5Ferenc Kovacs2014-02-272-2/+2
|\ \ | |/
| * fix tests broken by 633f898f1520253d3530fe91fc82f68bca7c4627Ferenc Kovacs2014-02-272-2/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-12-101-0/+21
|\ \ | |/
| * Fixed Bug #66218 zend_register_functions breaks reflectionRemi Collet2013-12-101-0/+21
| * 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-211-0/+44
|\ \ | |/
| * Fix bug in reflectionClass relate to #64239Xinchen Hui2013-03-211-0/+44
* | 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-221-0/+9
* | Fixed bug #64007 (There is an ability to create instance of Generator by hand).Xinchen Hui2013-01-191-0/+10
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2012-11-271-0/+41
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-11-271-0/+41
| |\
| | * Fixed Bug #63614 (Fatal error on Reflection)Xinchen Hui2012-11-271-0/+41
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-312-3/+52
|\ \ \ | |/ /
| * | Fixed bug #63399 (ReflectionClass::getTraitAliases() incorrectly resolves tra...Xinchen Hui2012-10-312-3/+52
* | | 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-021-0/+7
* | | Implemented ReflectionFunction::isGenerator()Reeze Xia2012-09-021-0/+52
|/ /
* | Fixed bug that can not get default value of parameter if it's not `optional`Xinchen Hui2012-08-022-3/+8
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-011-0/+17
|\ \ | |/
| * Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong result)Xinchen Hui2012-08-011-0/+17
* | Merge branch 'pull-request/96' into PHP-5.4Stanislav Malyshev2012-07-143-0/+107
|\ \
| * | Implemented FR #61602 Allow access to name of constant used as default valueReeze Xia2012-05-313-0/+107
* | | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-06-221-0/+21
|\ \ \ | |/ / |/| / | |/
| * - Fixed bug #62384 (Attempting to invoke a Closure more than once causes segf...Felipe Pena2012-06-221-0/+21
* | Revert "Implemented FR #61602 Allow access to name of constant used as defaul...Xinchen Hui2012-05-233-107/+0
* | 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 bug #61388 (ReflectionObject:getProperties() issues invalid readsGustavo André dos Santos Lopes2012-03-181-0/+32
| * Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod::inv...Xinchen Hui2012-02-031-1/+3
| * Fixed bug #60367 (Reflection and Late Static Binding)Xinchen Hui2011-11-241-0/+26
| * - Fixed bug #53915: ReflectionClass::getConstant(s) emits fatal error onGustavo André dos Santos Lopes2011-02-031-0/+28
| * - Improve testJohannes Schlüter2010-11-211-4/+4
| * - Fix #52854 (ReflectionClass::newInstanceArgs does not work for classes with...Johannes Schlüter2010-11-211-0/+28
| * - Fixed bug #53366 (Reflection doesnt get dynamic property value from getProp...Felipe Pena2010-11-201-0/+25
| * - Fixed ReflectionProperty::isDefault() giving a wrong result for propertiesGustavo André dos Santos Lopes2010-10-261-0/+34
| * - Fixed testFelipe Pena2010-09-091-7/+21
| * - Fix testsFelipe Pena2010-07-313-11/+3
| * - Fixed bug #52057 (ReflectionClass fails on Closure class)Felipe Pena2010-06-111-0/+54