summaryrefslogtreecommitdiff
path: root/ext/reflection/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-01-311-0/+18
|\
| * Added test and possible fix for https://bugs.php.net/bug.php?id=67068Danack2015-01-311-0/+18
* | Fix incorrect argument reflection info for array_multisort()Alexander Lisachenko2014-11-231-14/+2
* | update the exception message to better match the actual checkFerenc Kovacs2014-07-302-2/+2
* | ReflectionClass::newInstanceWithoutConstructor() should be allowed to instant...Ferenc Kovacs2014-07-302-2/+7
* | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-06-083-3/+3
|\ \ | |/
| * 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.5' into PHP-5.6Ferenc Kovacs2014-02-272-2/+2
|\ \ \ | |/ /
| * | 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.5' into PHP-5.6Remi Collet2013-12-101-0/+21
|\ \ \ | |/ /
| * | 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
* | | Implement variadic function syntaxNikita Popov2013-09-264-1/+48
* | | 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