3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [0, 1, 2]; $array = &$array; // Necessary to trigger the old behavior foreach ($array as $val) { var_dump($val); unset($array[1]); }

preferences:
87.69 ms | 402 KiB | 5 Q