<?php $arr = []; ['foo' => &$v] = $arr; $v = 1; var_export($arr);
You have javascript disabled. You will not be able to edit any code.