1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 05:02:27 +02:00

Mark strtr() as Unicode-safe.

# Right, Derick?
This commit is contained in:
Andrei Zmievski
2006-11-30 21:20:56 +00:00
parent 91619d9e1d
commit d0b44c9eb5

View 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)
{