summaryrefslogtreecommitdiff
path: root/ext/reflection/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-07-271-0/+27
|\
| * Fixed testXinchen Hui2017-07-271-0/+27
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-07-271-0/+24
|\ \ | |/
| * Fixed bug #74949 (null pointer dereference in _function_string)Xinchen Hui2017-07-271-0/+24
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-05-311-0/+22
|\ \ | |/
| * Fixed bug #74673 (Segfault when cast Reflection object to string with undefin...Xinchen Hui2017-05-311-0/+22
* | Test ReflectionType support of iterableAndrea Faulds2017-04-291-0/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-122-12/+1
|\ \ | |/
| * Revert "Fixed bug #74035"Nikita Popov2017-02-122-12/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-032-1/+12
|\ \ | |/
| * Fixed bug #74035andrewnester2017-02-032-1/+12
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-12-181-0/+18
|\ \ | |/
| * Fix bug #46103Nikita Popov2016-12-181-0/+18
| * Fixed bug #72846 (getConstant for a array constant with constant values retur...Xinchen Hui2016-08-151-0/+48
* | Don't mark ReflectionType::__toString() as deprecated for nowNikita Popov2016-09-282-11/+2
* | Revert ReflectionType::__toString() behavior + deprecateNikita Popov2016-09-285-11/+20
* | Implement \ArgumentCountError exceptionDavey Shafik2016-08-302-2/+2
* | Revert "Do not prepend ? on nullables in ReflectionType::__toString()"Levi Morrison2016-08-232-5/+7
* | call_user_func(_array): Don't abort on reference warningNikita Popov2016-08-231-4/+0
* | Do not prepend ? on nullables in ReflectionType::__toString()Aaron Piotrowski2016-08-212-5/+5
* | Revert "Append \ to class name returned from ReflectionType::__toString()"Aaron Piotrowski2016-08-204-15/+15
* | 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