summaryrefslogtreecommitdiff
path: root/Zend/tests/exception_009.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Fix #72948: Uncatchable "Catchable" fatal error for class to string conversionsChristoph M. Becker2016-09-031-1/+1
| | | | | | | E_RECOVERABLE errors are reported as "Catchable fatal error". This is misleading, because they actually can't be caught via try-catch statements. Therefore we change the wording to "Recoverable fatal error" as suggested by Nikita.
* - Fixed testFelipe Pena2008-08-141-3/+3
|
* - New testFelipe Pena2008-08-141-0/+28