php_strtr          51 ext/standard/filters.c 		php_strtr(bucket->buf, bucket->buflen, rot13_from, rot13_to, 52);
php_strtr          99 ext/standard/filters.c 		php_strtr(bucket->buf, bucket->buflen, lowercase, uppercase, 26);
php_strtr         127 ext/standard/filters.c 		php_strtr(bucket->buf, bucket->buflen, uppercase, lowercase, 26);
php_strtr         125 ext/standard/php_string.h PHPAPI char *php_strtr(char *str, size_t len, char *str_from, char *str_to, size_t trlen);