summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions_arginfo.h
Commit message (Collapse)AuthorAgeFilesLines
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-6/+6
| | | | | | | Closes GH-5353. From now on, PHP will have reflection information about default values of parameters of internal functions. Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>
* Define Stringable with __toString():string methodNicolas Grekas2020-03-021-3/+2
|
* Add Zend class/interface arginfo stubsChristoph M. Becker2019-10-151-0/+55
We also change `Generator::throw()` to expect a `Throwable` in the first place, and we now throw a TypeError instead of returning `false` from `Exception::getTraceAsString()`.