3v4l.org

run code in 300+ PHP versions simultaneously
<?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]);

preferences:
35.49 ms | 404 KiB | 5 Q