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