summaryrefslogtreecommitdiff
path: root/ext/reflection/tests
Commit message (Expand)AuthorAgeFilesLines
* Append \ to class name returned from ReflectionType::__toString()Aaron Piotrowski2016-08-164-15/+15
* ReflectionType improvementsAaron Piotrowski2016-08-113-9/+55
* Implement #38992: invoke() and invokeArgs() static method calls should matchChristoph M. Becker2016-08-085-6/+29
* Fixed bug #72661 (ReflectionType::__toString crashes with iterable)Xinchen Hui2016-07-241-0/+10
* Merge branch 'PHP-7.0'Nikita Popov2016-07-131-0/+31
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-07-131-0/+31
| |\
| | * fix: bug72222 for PHP-5.6 reflection export of array constsnikita22062016-07-131-0/+31
* | | Implemented RFC: Replace "Missing argument" warning with "Too few arguments" ...Dmitry Stogov2016-06-166-67/+56
* | | Implemented RFC: Fix inconsistent behavior of $this variableDmitry Stogov2016-06-162-11/+13
* | | fix #72209 (ReflectionProperty::getValue() doesn't fail if object doesn't mat...Joe Watkins2016-05-141-6/+9
* | | Merge branch 'PHP-7.0'Nikita Popov2016-05-102-0/+38
|\ \ \ | |/ /
| * | Fixed bug #72174Nikita Popov2016-05-102-0/+38
* | | Add missing update_constants in ReflectionClassConstantNikita Popov2016-05-022-12/+59
* | | Merge branch 'PHP-7.0'Nikita Popov2016-03-111-0/+44
|\ \ \ | |/ /
| * | Fix bug #71767Grigorii Sokolik2016-03-111-0/+44
* | | Update ReflectionClass_isArray.phptmarcosptf2016-02-051-5/+0
* | | test to function ReflectionParameter::isArraymarcosptf2016-02-051-0/+29
* | | Test for voidAndrea Faulds2016-01-281-0/+2
* | | Support void return type in reflectionAndrea Faulds2016-01-281-0/+29
* | | Implemented the RFC `Support Class Constant Visibility`.Dmitry Stogov2015-12-086-15/+227
|/ /
* | Fixed bug #71018 (ReflectionProperty::setValue() behavior changed)Xinchen Hui2015-12-042-1/+44
* | Fixed testXinchen Hui2015-11-271-1/+1
* | Fixed bug #70982 (setStaticPropertyValue behaviors inconsistently with 5.6)Xinchen Hui2015-11-271-0/+22
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-11-241-0/+10
|\ \ | |/
| * Fixed bug #70960 (ReflectionFunction for array_unique returns wrong number of...Xinchen Hui2015-11-241-0/+10
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-11-231-0/+44
|\ \ | |/
| * Add bug #70957 and #70958 releated test in refectionXinchen Hui2015-11-231-0/+44
| * 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
* | | Fixed typo in reflection phptJames Titcumb2015-11-071-1/+1
* | | Move the tests to proper placeXinchen Hui2015-10-142-0/+28
* | | Fix bug #70650Márcio Almada2015-10-071-0/+41
* | | Add test for ReflectionMethod::getPrototype_basic()marcosptf2015-09-021-0/+29
* | | Fix bogus traces with ReflectionGenerator::getTrace()Bob Weinand2015-08-203-2/+63
* | | Don't leak generator cycle in ReflectionGenerator testNikita Popov2015-07-031-1/+1
* | | Merge branch 'pull-request/1284'Anatol Belski2015-06-1715-25/+25
|\ \ \
| * | | Changed AssertionException to AssertionErrorAaron Piotrowski2015-06-141-1/+1
| * | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-143-7/+214
| |\ \ \
| * | | | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-177-7/+7
| * | | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-1714-20/+24
| |\ \ \ \
| * | | | | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-1613-23/+23
* | | | | | Rmoved opcache.load_comments.Dmitry Stogov2015-06-1510-10/+0
| |_|/ / / |/| | | |
* | | | | Reflection support for type hints and return typesMatteo Beccati2015-06-084-47/+204
* | | | | Merge remote-tracking branch 'pollita/reflection.typehint'Sara Golemon2015-06-082-7/+57
| |/ / / |/| | |
* | | | Display TypeExceptions like normal exceptionsNikita Popov2015-05-171-1/+5
* | | | Tweak uncaught exception message displayNikita Popov2015-05-1713-19/+19
|/ / /
* | | Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-156-6/+25
* | | Updated test to include ReflectionGeneratorMatteo Beccati2015-05-151-8/+13
* | | Add ReflectionGenerator classBob Weinand2015-05-142-0/+152
* | | Rebase Joe's anon classes implementationkrakjoe2015-04-262-1/+24