summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/bug76536.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Remove bareword fallback for constantsNikita Popov2019-01-311-1/+1
| | | | | | | | | Access to undefined constants will now always result in an Error exception being thrown. This required quite a few test changes, because there were many buggy tests that unintentionally used bareword fallback in combination with error suppression.
* Fixed bug #76536 (PHP crashes with core dump when throwing exception in ↵Xinchen Hui2018-06-281-0/+20
error handler). (Laruence)