]> granicus.if.org Git - php/commitdiff
- #42592, remove ending dot in warning msg
authorPierre Joye <pajoye@php.net>
Fri, 7 Sep 2007 18:23:58 +0000 (18:23 +0000)
committerPierre Joye <pajoye@php.net>
Fri, 7 Sep 2007 18:23:58 +0000 (18:23 +0000)
ext/standard/string.c

index 71e70af42a6253a03bf9e827e9d4159639d99362..3722e29aa5ae9df5adf548650793fbc763f267a8 100644 (file)
@@ -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;
        }