<?php $t = ['t' => 5]; $z= null; if (isset($t['t'])) { $z = $t['t']; } else { $z = 77;} var_dump($z);
You have javascript disabled. You will not be able to edit any code.