summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/ReflectionMethod_basic2.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup argument handling in ext/reflectionMáté Kocsis2020-07-241-2/+2
| | | | Closes GH-5850
* Remove ZEND_ACC_DTOR flagNikita Popov2020-04-171-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 methodsMáté Kocsis2020-02-191-78/+8
| | | | Closes GH-5188
* Revert "Replace @param annotations with type declarations"Christoph M. Becker2020-02-171-2/+2
| | | | This reverts commit c31029f335ca1b453af799805c43c37e959ad555.
* Replace @param annotations with type declarationsChristoph M. Becker2020-02-161-2/+2
|
* Add stubs for ext-reflectionThomas Gerbet2019-10-261-2/+2
|
* Deprecate Reflection export() methodsNikita Popov2019-07-221-0/+16
| | | | And remove the Reflector::export() interface method.
* - Fixed tests Felipe Pena2010-03-061-4/+4
|
* - Fix some arginfos (thanks Philip)Felipe Pena2009-10-031-4/+6
| | | | | - Added arginfo info. for void params
* Drop SKIPIF check for ext/reflection.Sebastian Bergmann2008-05-241-2/+0
|
* Adding PHPT tests for the ReflectionMethod class.Steve Seear2008-01-031-0/+188