diff --git a/reference/strings/functions/strtr.xml b/reference/strings/functions/strtr.xml index 0a1e2e0b33..8355269dc5 100644 --- a/reference/strings/functions/strtr.xml +++ b/reference/strings/functions/strtr.xml @@ -101,7 +101,9 @@ If replace_pairs contains a key which is an empty string (""), - &false; will be returned. + &false; will be returned. If the str is not a scalar + then it is not typecasted into a string, instead a warning is raised and + &null; is returned.