3v4l.org

run code in 300+ 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:
64.4 ms | 402 KiB | 5 Q