From 19fe5f0cb0da04659796ee463cc77932cab7f1b5 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Fri, 30 Mar 2012 10:26:14 +0000 Subject: [PATCH] fix incorrect description git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324628 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types/string.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/language/types/string.xml b/language/types/string.xml index 8fde562c68..2b32ea67a7 100644 --- a/language/types/string.xml +++ b/language/types/string.xml @@ -14,9 +14,7 @@ - It is no problem for a string to become very large. PHP imposes - no boundary on the size of a string; the only limit is the - available memory of the computer on which PHP is running. + string can be as large as 2GB.