3v4l.org

run code in 500+ PHP versions simultaneously
<?php function bar(&$b) { switch ($b) { case 'bar': $b = null; } } $a = ['foo' => 'bar']; bar($a['foo']); var_dump(null === $a['foo']);

preferences:
45.65 ms | 2157 KiB | 5 Q