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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user