<?php $a = ['x', 'y', 'z']; [$x, $y, $z] =& $a; var_dump($x, $y, $z);
You have javascript disabled. You will not be able to edit any code.