<?php $a = []; if (isset($a['key']) && $a['key'] > 5) { echo 'See, no errors!'; } else { echo 'But the result is `false`'; }
You have javascript disabled. You will not be able to edit any code.