]> granicus.if.org Git - php/commitdiff
Mark strtr() as Unicode-safe.
authorAndrei Zmievski <andrei@php.net>
Thu, 30 Nov 2006 21:20:56 +0000 (21:20 +0000)
committerAndrei Zmievski <andrei@php.net>
Thu, 30 Nov 2006 21:20:56 +0000 (21:20 +0000)
# Right, Derick?

ext/standard/string.c

index 6f2c18ac2c5f82d7ce551f412f90206469ca0fd8..0a5da0be408ef4159ed8be91287f8331916616e5 100644 (file)
@@ -4174,7 +4174,7 @@ static void php_strtr_array(zval *return_value, char *str, int slen, HashTable *
 }
 /* }}} */
 
-/* {{{ proto string strtr(string str, string from[, string to])
+/* {{{ proto string strtr(string str, string from[, string to]) U
    Translates characters in str using given translation tables */
 PHP_FUNCTION(strtr)
 {