From 20f75bd8dabb7e37c3b22c58af2f024d7a2a95ec Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Tue, 11 Apr 2017 14:43:15 +0000 Subject: [PATCH] Fix erroneous version information See . git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342310 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/substr-compare.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.