<?php $a = ['b' => 'monkey']; $b = isset($a['b']) ? $a['b'] : 'rabbit';
You have javascript disabled. You will not be able to edit any code.