diff --git a/reference/strings/functions/strlen.xml b/reference/strings/functions/strlen.xml index 8884cae854..00390e5538 100644 --- a/reference/strings/functions/strlen.xml +++ b/reference/strings/functions/strlen.xml @@ -38,6 +38,7 @@ The length of the string on success, and 0 if the string is empty. + Will return &null; on failure. @@ -55,6 +56,7 @@ 5.3.0 + Returns &null; on failure. Prior versions treated arrays as the string Array, thus returning a string length of 5 and emitting an E_NOTICE level error.