diff --git a/reference/array/functions/array-intersect-assoc.xml b/reference/array/functions/array-intersect-assoc.xml index c22f402245..7989f41215 100644 --- a/reference/array/functions/array-intersect-assoc.xml +++ b/reference/array/functions/array-intersect-assoc.xml @@ -1,5 +1,5 @@ - + array_intersect_assoc @@ -46,8 +46,8 @@ Array In our example you see that only the pair "a" => "green" is present in both arrays and thus is returned. The value "red" is not returned because in - $array1 it's key is 2 while - the key of "red" in $array2 it is + $array1 it's key is 0 while + the key of "red" in $array2 is 1.