<?php $a = 42; $b = null; $c = true; // no Notices var_dump($a[37], $b[37], $c[37]); // test, if we see a notices at all $x = array(); var_dump($x[37]);
You have javascript disabled. You will not be able to edit any code.