1--TEST-- 2Incorrect DCE of FREE 3--FILE-- 4<?php 5function foo() { 6 $a = $r[] = $r = []&$y; 7 list(&$y)=$a; 8} 9?> 10DONE 11--EXPECT-- 12DONE 13