PHP - Operators
Given the array
$data = ['name' => null, 'age' => 25];, which code snippet correctly assigns $result to the value of 'name' if it exists and is not null, otherwise to 'Unknown'?