summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #79683Nikita Popov2020-06-091-0/+35
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-02-281-0/+34
|\
| * Fixed bug #79062Nikita Popov2020-02-281-0/+34
* | Apply tidy formattingNikita Popov2020-02-031-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-172-0/+18
|\ \ | |/
| * Fixed bug #79115Nikita Popov2020-01-172-0/+18
* | Fixed bug #78895 (Reflection detects abstract non-static class as abstract st...Dmitry Stogov2019-12-092-1/+40
* | Add a test for ReflectionClass:getInterfaceNames()Fabien Villepinte2019-11-041-0/+7
* | Fixed bug #78774Nikita Popov2019-11-042-1/+35
* | Revert "Add tests for ReflectionZendExtension"Fabien Villepinte2019-10-213-70/+0
* | Add tests for ReflectionZendExtensionFabien Villepinte2019-10-213-0/+70
* | Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-10-213-31/+45
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-10-213-31/+45
| |\
| | * Fix bug #78697: inaccurate error messageFabien Villepinte2019-10-213-31/+45
* | | Fix number of required arguments in arginfoNikita Popov2019-10-071-1/+1
* | | Fixed bug #78410Nikita Popov2019-08-132-10/+23
* | | Special-case rc=1 self-referential arrays in ReflectionReferenceNikita Popov2019-07-222-2/+28
* | | Revert "Add ReflectionReference::getRefcount()"Nikita Popov2019-07-222-40/+2
* | | Deprecate Reflection export() methodsNikita Popov2019-07-2229-68/+118
* | | Evaluate constant in class scopeDmitry Stogov2019-07-221-1/+1
* | | Don't call Reflection::export() internallyNikita Popov2019-07-111-52/+32
* | | Add ReflectionReference::getRefcount()Nikita Popov2019-07-082-2/+40
* | | Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-4/+4
* | | Deprecate ReflectionType::__toString()Nikita Popov2019-06-054-7/+13
* | | Allow exceptions in __toString()Nikita Popov2019-06-052-32/+48
* | | Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-9/+14
* | | Add RETURN_EMPTY_ARRAY() / RETVAL_EMPTY_ARRAY()Nikita Popov2019-05-141-13/+8
* | | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-092-16/+43
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-092-20/+45
| |\ \ | | |/
| | * Fixed bug #75186Nikita Popov2019-05-092-21/+45
* | | Fixed bug #77951Nikita Popov2019-05-092-13/+18
* | | Use fast zpp for ReflectionClass constructorNikita Popov2019-05-081-6/+6
* | | Optimize $name/$class property population in reflectionNikita Popov2019-05-081-102/+64
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-152-0/+46
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-04-152-0/+46
| |\ \ | | |/
| | * Fixed bug #77882Nikita Popov2019-04-152-0/+46
* | | Remove HAVE_* for always available extensionsGabriel Caruso2019-04-142-2/+0
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-222-4/+36
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-222-4/+36
| |\ \ | | |/
| | * Fixed bug #77772Nikita Popov2019-03-222-14/+34
| | * 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-132-7/+7
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1554-68/+29
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-14108-235/+235
| * | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+1
* | | Use EXPECT when possibleGabriel Caruso2019-03-111-1/+1
* | | More zpp error/variation test removalsNikita Popov2019-03-065-155/+0