All quizzes
PHPIntroMultiple choice

Given `$config = ['debug' => 0];`, which expression returns the value of $config['debug'] (i.e. 0) WITHOUT emitting a warning when the key is missing?