<?php $d = ['old']; $c = &$d[0]; $d = ['new']; $d[0] = 2; var_dump($c);
You have javascript disabled. You will not be able to edit any code.