summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
* Revert BC break caused by fixing bug #74035Michael Moravec2017-11-063-15/+4
* 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-272-1/+40
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-07-272-1/+40
| |\ \ | | |/
| | * Fixed bug #74949 (null pointer dereference in _function_string)Xinchen Hui2017-07-272-1/+40
* | | Remove superfluous semicolonsTom Van Looy2017-06-261-1/+1
* | | Implement object type annotationMichaƂ Brzuchalski2017-06-252-9/+9
* | | code de-duplication in ReflectionType::__toString and ReflectionNamedType::ge...Remi Collet2017-06-151-7/+7
* | | Allow ReflectionClass::isIterable() to return true for TraversablesSara Golemon2017-05-311-1/+6
* | | Rename ReflectionClass::isIterateable() to isIterable()Sara Golemon2017-05-312-5/+12
* | | Merge branch 'PHP-7.1'Xinchen Hui2017-05-312-1/+29
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-05-312-1/+29
| |\ \ | | |/
| | * Fixed bug #74673 (Segfault when cast Reflection object to string with undefin...Xinchen Hui2017-05-312-2/+30
| * | Test ReflectionType support of iterableAndrea Faulds2017-04-291-0/+2
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-123-15/+4
| |\ \ | | |/
| | * Revert "Fixed bug #74035"Nikita Popov2017-02-123-15/+4
* | | Test ReflectionType support of iterableAndrea Faulds2017-04-291-0/+2
* | | Don't leak internal flags in reflectionNikita Popov2017-04-225-47/+52
* | | Fix reflection test after flag removalNikita Popov2017-04-221-2/+2
* | | ReflectionGenerator now sends ReflectionException as expectedJulien Pauli2017-02-073-2/+44
* | | Deprecate __autoload()Nikita Popov2017-02-033-9/+7
* | | Merge branch 'PHP-7.1'Nikita Popov2017-02-033-4/+15
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-033-4/+15
| |\ \ | | |/
| | * Fixed bug #74035andrewnester2017-02-033-4/+15
* | | 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'Joe Watkins2017-01-181-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-181-1/+1
| |\ \ | | |/
| | * Fix ce comparisonThomas Punt2017-01-181-1/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
* | | Introduced "zend_type" - an abstraction for type-hinting representation.Dmitry Stogov2017-01-131-58/+30
* | | Fix memory error in reflection exportNikita Popov2017-01-121-15/+11
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-022-2/+2
* | | Switch reflection to use smart_strNikita Popov2017-01-011-311/+227
* | | Reduce redundant storage of required number of parameters to required flagBarbu Paul - Gheorghe2016-12-261-11/+18
* | | Drop some dead code in ext/reflectionNikita Popov2016-12-211-17/+0
* | | Merge branch 'PHP-7.1'Nikita Popov2016-12-182-0/+28
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-12-182-0/+28
| |\ \ | | |/
| | * Fix bug #46103Nikita Popov2016-12-182-0/+28
* | | 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
|/ /
* | Intriduced ZEND_ACC_INHERITED class flag.Dmitry Stogov2016-11-011-1/+1
* | Unwrap reference returns in cufa etcNikita Popov2016-09-301-0/+9