Typo found and reported via webmaster mailing list by 'Вася Пупкин'.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324719 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel P. Brown 2012-04-02 16:20:06 +00:00
parent 568d95f88b
commit 33940bbe8c

View file

@ -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 {