Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement union types | Nikita Popov | 2019-11-08 | 5 | -18/+271 |
* | Make zend_type a 2-field struct | Nikita Popov | 2019-11-08 | 1 | -13/+18 |
* | Clean DONE tags from tests | Fabien Villepinte | 2019-11-07 | 49 | -103/+0 |
* | Merge branch 'PHP-7.4' | Fabien Villepinte | 2019-11-04 | 1 | -0/+7 |
|\ | |||||
| * | Add a test for ReflectionClass:getInterfaceNames() | Fabien Villepinte | 2019-11-04 | 1 | -0/+7 |
* | | Remove dead code related to inherits props in reflection | Nikita Popov | 2019-11-04 | 1 | -29/+0 |
* | | Store pointer to property_info in reflection | Nikita Popov | 2019-11-04 | 1 | -61/+40 |
* | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-11-04 | 2 | -1/+35 |
|\ \ | |/ | |||||
| * | Fixed bug #78774 | Nikita Popov | 2019-11-04 | 2 | -1/+35 |
* | | zend_parse_parameters_throw() is obsolete | Christoph M. Becker | 2019-11-01 | 1 | -9/+9 |
* | | Add missing zend_parse_parameters_none() | Christoph M. Becker | 2019-10-28 | 1 | -0/+33 |
* | | Revert "Add missing zend_parse_parameters_none()" | Christoph M. Becker | 2019-10-27 | 1 | -45/+0 |
* | | Add missing zend_parse_parameters_none() | Christoph M. Becker | 2019-10-27 | 1 | -0/+45 |
* | | Fix and make reflection arginfo stubs more specific | Christoph M. Becker | 2019-10-26 | 1 | -14/+14 |
* | | Improve reflection arginfo stubs | Christoph M. Becker | 2019-10-26 | 3 | -61/+74 |
* | | Add stubs for ext-reflection | Thomas Gerbet | 2019-10-26 | 5 | -439/+1329 |
* | | Fix and undeprecate ReflectionType::__toString() | Nikita Popov | 2019-10-22 | 3 | -17/+8 |
* | | Merge branch 'PHP-7.4' | Fabien Villepinte | 2019-10-21 | 3 | -70/+0 |
|\ \ | |/ | |||||
| * | Revert "Add tests for ReflectionZendExtension" | Fabien Villepinte | 2019-10-21 | 3 | -70/+0 |
* | | Merge branch 'PHP-7.4' | Fabien Villepinte | 2019-10-21 | 3 | -0/+70 |
|\ \ | |/ | |||||
| * | Add tests for ReflectionZendExtension | Fabien Villepinte | 2019-10-21 | 3 | -0/+70 |
* | | Merge branch 'PHP-7.4' | Joe Watkins | 2019-10-21 | 3 | -31/+45 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.3' into PHP-7.4 | Joe Watkins | 2019-10-21 | 3 | -31/+45 |
| |\ | |||||
| | * | Merge branch 'PHP-7.2' into PHP-7.3 | Joe Watkins | 2019-10-21 | 3 | -31/+45 |
| | |\ | |||||
| | | * | Fix bug #78697: inaccurate error message | Fabien Villepinte | 2019-10-21 | 3 | -31/+45 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-10-07 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix number of required arguments in arginfo | Nikita Popov | 2019-10-07 | 1 | -1/+1 |
* | | | | Convert some notices to warnings | Nikita Popov | 2019-10-02 | 2 | -2/+2 |
* | | | | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 2 | -4/+0 |
* | | | | Add check_only parameter to get_closure handler | Christoph M. Becker | 2019-09-24 | 1 | -2/+2 |
* | | | | Use ZEND_TYPE_IS_SET() when checking for property types | Nikita Popov | 2019-09-23 | 1 | -2/+2 |
* | | | | Don't set nullability flag for parameters without type | Nikita Popov | 2019-09-23 | 1 | -1/+2 |
* | | | | Update error messages in some more tests | Nikita Popov | 2019-09-23 | 2 | -2/+2 |
* | | | | Standardize type printing in reflection | Nikita Popov | 2019-09-23 | 2 | -13/+4 |
* | | | | Change representation of zend_type from type code to MAY_BE_* mask | Nikita Popov | 2019-09-23 | 1 | -34/+20 |
* | | | | Make ReflectionType an abstract class | Nikita Popov | 2019-09-02 | 1 | -0/+1 |
* | | | | Move isBuiltin() method from ReflectionType to ReflectionNamedType | Nikita Popov | 2019-09-02 | 1 | -18/+18 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-08-13 | 2 | -10/+23 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fixed bug #78410 | Nikita Popov | 2019-08-13 | 2 | -10/+23 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-07-22 | 3 | -41/+29 |
|\ \ \ \ | |/ / / | |||||
| * | | | Special-case rc=1 self-referential arrays in ReflectionReference | Nikita Popov | 2019-07-22 | 2 | -2/+28 |
| * | | | Revert "Add ReflectionReference::getRefcount()" | Nikita Popov | 2019-07-22 | 2 | -40/+2 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-07-22 | 28 | -67/+113 |
|\ \ \ \ | |/ / / | |||||
| * | | | Deprecate Reflection export() methods | Nikita Popov | 2019-07-22 | 29 | -68/+118 |
* | | | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-07-22 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Evaluate constant in class scope | Dmitry Stogov | 2019-07-22 | 1 | -1/+1 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-07-11 | 1 | -52/+32 |
|\ \ \ \ | |/ / / | |||||
| * | | | Don't call Reflection::export() internally | Nikita Popov | 2019-07-11 | 1 | -52/+32 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-07-08 | 2 | -2/+40 |
|\ \ \ \ | |/ / / | |||||
| * | | | Add ReflectionReference::getRefcount() | Nikita Popov | 2019-07-08 | 2 | -2/+40 |