summaryrefslogtreecommitdiff
path: root/Zend/tests/class_constants_002.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug #72635Nikita Popov2018-09-291-1/+5
| | | | | | This seems to be a simple oversight, where we did not enable exceptions. Other constexpr conditions already throw, so there is no particular reason to stick to a fatal error here.
* MFH: change E_NOTICE to E_ERROR when using a class constant from ↵Antony Dovgal2007-06-071-0/+31
non-existent class (noticed by Jani) add tests