diff --git a/reference/strings/functions/strpos.xml b/reference/strings/functions/strpos.xml index d788148cfd9e..5d3d550e7433 100644 --- a/reference/strings/functions/strpos.xml +++ b/reference/strings/functions/strpos.xml @@ -35,9 +35,15 @@ needle - + The string to search for. - + + + Passing an empty string as needle matches at + every position. strpos returns + offset when it is specified, or + 0 otherwise. + &strings.parameter.needle.non-string;