From 33940bbe8ce0e1332d754d8d49140be35e4d5a21 Mon Sep 17 00:00:00 2001 From: "Daniel P. Brown" Date: Mon, 2 Apr 2012 16:20:06 +0000 Subject: [PATCH] =?UTF-8?q?Typo=20found=20and=20reported=20via=20webmaster?= =?UTF-8?q?=20mailing=20list=20by=20'=D0=92=D0=B0=D1=81=D1=8F=20=D0=9F?= =?UTF-8?q?=D1=83=D0=BF=D0=BA=D0=B8=D0=BD'.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324719 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/namespaces.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/namespaces.xml b/language/namespaces.xml index 0faa8d5cd3..96b043bf66 100644 --- a/language/namespaces.xml +++ b/language/namespaces.xml @@ -803,7 +803,7 @@ function strlen($str) echo E_ERROR, "\n"; // prints "45" echo INI_ALL, "\n"; // prints "7" - falls back to global INI_ALL -echo strlen('hi'), "\n"; // prints "2" +echo strlen('hi'), "\n"; // prints "1" if (is_array('hi')) { // prints "is not array" echo "is array\n"; } else {