summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Revert BC break caused by fixing bug #74035Michael Moravec2017-11-061-3/+3
* Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-07-271-1/+16
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-07-271-1/+16
| |\
| | * Fixed bug #74949 (null pointer dereference in _function_string)Xinchen Hui2017-07-271-1/+16
* | | Remove superfluous semicolonsTom Van Looy2017-06-261-1/+1
* | | 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-311-4/+5
* | | Merge branch 'PHP-7.1'Xinchen Hui2017-05-311-1/+7
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-05-311-1/+7
| |\ \ | | |/
| | * Fixed bug #74673 (Segfault when cast Reflection object to string with undefin...Xinchen Hui2017-05-311-2/+8
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-121-3/+3
| |\ \ | | |/
| | * Revert "Fixed bug #74035"Nikita Popov2017-02-121-3/+3
* | | Don't leak internal flags in reflectionNikita Popov2017-04-221-3/+8
* | | ReflectionGenerator now sends ReflectionException as expectedJulien Pauli2017-02-071-2/+2
* | | Merge branch 'PHP-7.1'Nikita Popov2017-02-031-3/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-031-3/+3
| |\ \ | | |/
| | * Fixed bug #74035andrewnester2017-02-031-3/+3
* | | 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-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | 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-021-1/+1
* | | 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.0' into PHP-7.1Nikita Popov2016-12-181-0/+10
|\ \ | |/
| * Fix bug #46103Nikita Popov2016-12-181-0/+10
* | Intriduced ZEND_ACC_INHERITED class flag.Dmitry Stogov2016-11-011-1/+1
* | Unwrap reference returns in cufa etcNikita Popov2016-09-301-0/+9
* | Don't mark ReflectionType::__toString() as deprecated for nowNikita Popov2016-09-281-1/+4
* | Revert ReflectionType::__toString() behavior + deprecateNikita Popov2016-09-281-12/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2016-09-111-6/+0
|\ \ | |/
| * Remove zpp fallback code (always use Fast ZPP)Andrea Faulds2016-09-111-6/+0
| * Fixed bug #72846 (getConstant for a array constant with constant values retur...Xinchen Hui2016-08-151-0/+2
* | Revert "Do not prepend ? on nullables in ReflectionType::__toString()"Levi Morrison2016-08-231-1/+11
* | Do not prepend ? on nullables in ReflectionType::__toString()Aaron Piotrowski2016-08-211-20/+1
* | Fix off-by-one in ReflectionType::__toString()Nikita Popov2016-08-201-4/+6
* | Append \ to class name returned from ReflectionType::__toString()Aaron Piotrowski2016-08-161-0/+8
* | ReflectionType improvementsAaron Piotrowski2016-08-111-17/+58
* | Implement #38992: invoke() and invokeArgs() static method calls should matchChristoph M. Becker2016-08-081-118/+50
* | Fixed bug #72661 (ReflectionType::__toString crashes with iterable)Xinchen Hui2016-07-241-0/+1
* | Merge branch 'PHP-7.0'Nikita Popov2016-07-131-11/+19
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-07-131-5/+9
| |\
| | * fix: bug72222 for PHP-5.6 reflection export of array constsnikita22062016-07-131-11/+16
* | | Merge branch 'throw-error-in-extensions'Aaron Piotrowski2016-07-051-10/+12
|\ \ \