diff --git a/appendices/migration81/new-features.xml b/appendices/migration81/new-features.xml index e26f37e19e..6bece3fd4f 100644 --- a/appendices/migration81/new-features.xml +++ b/appendices/migration81/new-features.xml @@ -36,8 +36,8 @@ 'd']; //[1, 'a', 'c' => 'd'] +$arr1 = [1, 'a' => 'b']; +$arr2 = [...$arr1, 'c' => 'd']; //[1, 'a' => 'b', 'c' => 'd'] ?> ]]>