Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup argument handling in ext/reflection | Máté Kocsis | 2020-07-24 | 1 | -2/+2 |
| | | | | Closes GH-5850 | ||||
* | Remove ZEND_ACC_DTOR flag | Nikita Popov | 2020-04-17 | 1 | -1/+1 |
| | | | | | | | | | | This is only used in reflection, where doing a simple string check is acceptable. I'm also dropping the "dtor" printing in the reflection dump. Dtors are just one of many magic methods, I don't think there's a point in explicitly highlighting them, when the name is already unambiguous. | ||||
* | Remove the deprecated reflection export methods | Máté Kocsis | 2020-02-19 | 1 | -78/+8 |
| | | | | Closes GH-5188 | ||||
* | Revert "Replace @param annotations with type declarations" | Christoph M. Becker | 2020-02-17 | 1 | -2/+2 |
| | | | | This reverts commit c31029f335ca1b453af799805c43c37e959ad555. | ||||
* | Replace @param annotations with type declarations | Christoph M. Becker | 2020-02-16 | 1 | -2/+2 |
| | |||||
* | Add stubs for ext-reflection | Thomas Gerbet | 2019-10-26 | 1 | -2/+2 |
| | |||||
* | Deprecate Reflection export() methods | Nikita Popov | 2019-07-22 | 1 | -0/+16 |
| | | | | And remove the Reflector::export() interface method. | ||||
* | - Fixed tests | Felipe Pena | 2010-03-06 | 1 | -4/+4 |
| | |||||
* | - Fix some arginfos (thanks Philip) | Felipe Pena | 2009-10-03 | 1 | -4/+6 |
| | | | | | - Added arginfo info. for void params | ||||
* | Drop SKIPIF check for ext/reflection. | Sebastian Bergmann | 2008-05-24 | 1 | -2/+0 |
| | |||||
* | Adding PHPT tests for the ReflectionMethod class. | Steve Seear | 2008-01-03 | 1 | -0/+188 |