From: foobar Date: Sun, 29 Jan 2006 17:54:45 +0000 (+0000) Subject: nuke ws pollution X-Git-Tag: php-5.1.3RC1~189 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f80f58168c03ea76e5a0d6ce29dcf0c8542efade;p=php nuke ws pollution --- diff --git a/ext/standard/string.c b/ext/standard/string.c index 177835a7d7..545ceeebab 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -4654,7 +4654,7 @@ PHP_FUNCTION(str_rot13) WRONG_PARAM_COUNT; } - convert_to_string_ex(arg); + convert_to_string_ex(arg); RETVAL_ZVAL(*arg, 1, 0); php_strtr(Z_STRVAL_P(return_value), Z_STRLEN_P(return_value), rot13_from, rot13_to, 52);