summaryrefslogtreecommitdiff
path: root/ext/reflection/tests
Commit message (Expand)AuthorAgeFilesLines
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1559-73/+29
* Trim trailing whitespace in *.phptPeter Kokot2018-10-14129-257/+257
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+1
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-2/+2
* Fixed bug #66430Nikita Popov2018-10-021-0/+42
* Fixed bug #76936Nikita Popov2018-10-021-0/+45
* Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-09-052-0/+23
|\
| * Fix #74454: Wrong exception being thrown when using ReflectionMethodChristoph M. Becker2018-09-052-0/+23
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-07-021-0/+25
|\ \ | |/
| * Fixed bug #75231Nikita Popov2018-07-021-0/+25
* | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-06-281-0/+20
|\ \ | |/
| * Fixed bug #76536 (PHP crashes with core dump when throwing exception in error...Xinchen Hui2018-06-281-0/+20
* | 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