diff --git a/reference/strings/functions/substr-compare.xml b/reference/strings/functions/substr-compare.xml index c99d40da58..1ea70a8a0d 100644 --- a/reference/strings/functions/substr-compare.xml +++ b/reference/strings/functions/substr-compare.xml @@ -84,7 +84,7 @@ 0 if it is greater than str, and 0 if they are equal. If offset is equal to or greater than the length of main_str, or the length is - set and is less than 1 (prior to PHP 5.6), + set and is less than 1 (prior to PHP 5.5.11), substr_compare prints a warning and returns &false;. @@ -103,7 +103,7 @@ - 5.6.0 + 5.5.11 length may now be 0.