summaryrefslogtreecommitdiff
path: root/ext/reflection/tests
Commit message (Expand)AuthorAgeFilesLines
* Revert BC break caused by fixing bug #74035Michael Moravec2017-11-062-12/+1
* Merge branch 'PHP-7.1' into PHP-7.2Derick Rethans2017-08-161-0/+1
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Derick Rethans2017-08-161-0/+1
| |\
| | * Fixed stupid testDerick Rethans2017-08-161-0/+1
* | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-07-271-0/+27
|\ \ \ | |/ /
| * | 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.1' into PHP-7.2Xinchen Hui2017-07-271-0/+24
|\ \ \ | |/ /
| * | 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
* | | Implement object type annotationMichaƂ Brzuchalski2017-06-252-9/+9
* | | Rename ReflectionClass::isIterateable() to isIterable()Sara Golemon2017-05-311-1/+7
* | | Merge branch 'PHP-7.1'Xinchen Hui2017-05-311-0/+22
|\ \ \ | |/ /
| * | 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
* | | Test ReflectionType support of iterableAndrea Faulds2017-04-291-0/+2
* | | Don't leak internal flags in reflectionNikita Popov2017-04-224-44/+44
* | | Fix reflection test after flag removalNikita Popov2017-04-221-2/+2
* | | ReflectionGenerator now sends ReflectionException as expectedJulien Pauli2017-02-072-0/+42
* | | Deprecate __autoload()Nikita Popov2017-02-033-9/+7
* | | Merge branch 'PHP-7.1'Nikita Popov2017-02-032-1/+12
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-032-1/+12
| |\ \ | | |/
| | * Fixed bug #74035andrewnester2017-02-032-1/+12
* | | Remove obsolete version checks from testsNikita Popov2017-02-024-12/+4
* | | Remove zend_version() checks from testsNikita Popov2017-01-304-162/+10
* | | Merge branch 'PHP-7.1'Nikita Popov2016-12-181-0/+18
|\ \ \ | |/ /
| * | 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
* | | Remove more PHP 6 leftovers from testsNikita Popov2016-11-247-361/+361
* | | Fix CRLF line-endings in testsNikita Popov2016-11-202-110/+110
* | | Convert numeric keys in object/array castsAndrea Faulds2016-11-141-0/+6
|/ /
* | 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