diff --git a/reference/array/functions/array-search.xml b/reference/array/functions/array-search.xml index e38a0c8f7f..c1c9cd5ef2 100644 --- a/reference/array/functions/array-search.xml +++ b/reference/array/functions/array-search.xml @@ -48,9 +48,12 @@ If the third parameter strict is set to &true; - then the array_search function will also check the + then the array_search function will search for + identical elements in the + haystack. This means it will also check the types of the - needle in the haystack. + needle in the haystack, + and objects must be the same instance.