diff --git a/language/types/string.xml b/language/types/string.xml index c11e77ea78..10b78db6d7 100644 --- a/language/types/string.xml +++ b/language/types/string.xml @@ -1,5 +1,5 @@ - + Strings @@ -798,7 +798,7 @@ $str[strlen($str)-1] = 'e'; If the string does not contain any of the characters '.', 'e', - or 'E' and implied numeric value fits into integer type limits (as defined by + or 'E' and the numeric value fits into integer type limits (as defined by PHP_INT_MAX), the string will be evaluated as an integer. In all other cases it will be evaluated as a float.