``` php error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED); Symfony\Component\Debug\Debug::enable(); $arr = []; echo $arr['hello']; // throwing ContextErrorException: Notice: Undefined index ```