mirror of
https://github.com/php/php-src.git
synced 2026-04-25 00:48:25 +02:00
aad39879f2
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.