From e65155b6c64631d9d7b99995865d74ac78a7cb31 Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Tue, 9 Jun 2009 10:10:49 +0000 Subject: [PATCH] Grammar git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@281862 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types/string.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.