]> granicus.if.org Git - php/commitdiff
fix protos
authorfoobar <sniper@php.net>
Sun, 14 Aug 2005 02:03:02 +0000 (02:03 +0000)
committerfoobar <sniper@php.net>
Sun, 14 Aug 2005 02:03:02 +0000 (02:03 +0000)
ext/unicode/unicode.c

index be938685e8470783b2b55614d454924065889f44..40fa14c7a67c1449f52e4916f6588fafeffd6f46 100644 (file)
@@ -21,8 +21,8 @@
 #if HAVE_UNICODE
 #include "zend_unicode.h"
 
-/* {{{ proto unicode unicode_decode(string $input, string $encoding)
-   Takes a string in the souce encoding and converts it to a UTF-16 unicode string, returning the result */
+/* {{{ proto unicode unicode_decode(string input, string encoding)
+   Takes a string in the source encoding and converts it to a UTF-16 unicode string, returning the result */
 static PHP_FUNCTION(unicode_decode)
 {
        union {
@@ -66,7 +66,7 @@ static PHP_FUNCTION(unicode_decode)
 }
 /* }}} */
 
-/* {{{ proto string unicode_encode(unicode $input, string $encoding)
+/* {{{ proto string unicode_encode(unicode input, string encoding)
    Takes a unicode string and converts it to a string in the specified encoding */
 static PHP_FUNCTION(unicode_encode)
 {