summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1560-74/+30
* Trim trailing whitespace in *.phptPeter Kokot2018-10-14130-260/+260
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+1
* Trim trailing whitespace in source code filesPeter Kokot2018-10-132-7/+7
* Convert CRLF line endings to LFPeter Kokot2018-10-132-110/+110
* Reflection: Copy invoke function also in the variadic caseNikita Popov2018-10-031-7/+5
* Fix #74454: Wrong exception being thrown when using ReflectionMethodChristoph M. Becker2018-09-053-2/+27
* Fixed bug #75231Nikita Popov2018-07-022-1/+26
* Fixed bug #76536 (PHP crashes with core dump when throwing exception in error...Xinchen Hui2018-06-282-1/+21
* year++Xinchen Hui2018-01-022-2/+2
* 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.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-272-1/+40
|\ \ | |/
| * Fixed bug #74949 (null pointer dereference in _function_string)Xinchen Hui2017-07-272-1/+40
* | 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
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-033-4/+15
|\ \ | |/
| * Fixed bug #74035andrewnester2017-02-033-4/+15
* | 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
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-12-182-0/+28
|\ \ | |/
| * Fix bug #46103Nikita Popov2016-12-182-0/+28
* | 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-283-12/+6
* | Revert ReflectionType::__toString() behavior + deprecateNikita Popov2016-09-286-23/+22
* | 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-152-0/+50
* | Implement \ArgumentCountError exceptionDavey Shafik2016-08-302-2/+2
* | Revert "Do not prepend ? on nullables in ReflectionType::__toString()"Levi Morrison2016-08-233-6/+18
* | 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-213-25/+6
* | Revert "Append \ to class name returned from ReflectionType::__toString()"Aaron Piotrowski2016-08-204-15/+15
* | Fix off-by-one in ReflectionType::__toString()Nikita Popov2016-08-201-4/+6
* | Append \ to class name returned from ReflectionType::__toString()Aaron Piotrowski2016-08-165-15/+23
* | ReflectionType improvementsAaron Piotrowski2016-08-115-26/+114
* | Implement #38992: invoke() and invokeArgs() static method calls should matchChristoph M. Becker2016-08-086-124/+79
* | Fixed bug #72661 (ReflectionType::__toString crashes with iterable)Xinchen Hui2016-07-242-0/+11
* | Merge branch 'PHP-7.0'Nikita Popov2016-07-132-11/+50
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-07-132-5/+40
| |\
| | * fix: bug72222 for PHP-5.6 reflection export of array constsnikita22062016-07-132-11/+47
* | | Merge branch 'throw-error-in-extensions'Aaron Piotrowski2016-07-051-10/+12
|\ \ \