--TEST-- "Reference Unpacking - From Functions" list() --FILE-- --EXPECTF-- Notice: Attempting to set reference to non referenceable value in %s on line %d int(1) array(2) { [0]=> int(1) [1]=> int(2) } Notice: Attempting to set reference to non referenceable value in %s on line %d int(1) array(2) { [0]=> int(1) [1]=> int(2) } int(1) array(2) { [0]=> &int(1) [1]=> int(2) } int(2) array(2) { [0]=> int(1) [1]=> &int(2) }