From cf6111f5ce53298fe5868c098c3f7bf2f953f3fe Mon Sep 17 00:00:00 2001 From: Felix De Vliegher Date: Thu, 8 Jan 2009 08:32:59 +0000 Subject: [PATCH] Typo fix. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273060 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/var/functions/is-unicode.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/var/functions/is-unicode.xml b/reference/var/functions/is-unicode.xml index 411e23a8b7..953be53988 100644 --- a/reference/var/functions/is-unicode.xml +++ b/reference/var/functions/is-unicode.xml @@ -1,5 +1,5 @@ - + is_unicode @@ -55,7 +55,7 @@ $unicode = 'This is a unicode string'; // Declare a binary string $binary = b'This is a binary string'; -var_dump(is_unicode($unicode), is_bunicode($binary)); +var_dump(is_unicode($unicode), is_unicode($binary)); ?> ]]>