<?php $b['test'] = 'yes'; $test = isset($b['test']) ?: ''; var_dump($test);
You have javascript disabled. You will not be able to edit any code.