From: Pierre Joye Date: Fri, 7 Sep 2007 18:23:58 +0000 (+0000) Subject: - #42592, remove ending dot in warning msg X-Git-Tag: php-5.2.5RC1~195 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=793956a0e1e13ffba45884b3b911c8a9145abcd4;p=php - #42592, remove ending dot in warning msg --- diff --git a/ext/standard/string.c b/ext/standard/string.c index 71e70af42a..3722e29aa5 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -659,7 +659,7 @@ PHP_FUNCTION(wordwrap) } if (linelength == 0 && docut) { - php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can't force cut when width is zero."); + php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can't force cut when width is zero"); RETURN_FALSE; }