summaryrefslogtreecommitdiff
path: root/Zend/tests/bug68446.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-141-1/+1
|\ | | | | | | | | | | | | # Conflicts: # Zend/zend_language_scanner.c # Zend/zend_language_scanner.l # ext/simplexml/tests/SimpleXMLElement_xpath.phpt
| * Show argument causing TypeException in traceNikita Popov2015-05-201-1/+1
| | | | | | | | Not sure why that check was there, did I miss something?
* | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-171-1/+1
|/
* Display TypeExceptions like normal exceptionsNikita Popov2015-05-171-1/+5
| | | | | | | We currently don't show the argument at which the error actually occured in the trace - should probably either add it or don't display args on incomplete frames altogether, otherwise this'll probably be confusing.
* Errors converted to exceptions are not "recoverable" anymore.Dmitry Stogov2015-03-101-1/+1
|
* Added NEWS entry and test for bug 68446Bob Weinand2014-11-241-0/+36