1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00

- #42592, remove ending dot in warning msg

This commit is contained in:
Pierre Joye
2007-09-07 18:23:58 +00:00
parent a14ef42c0c
commit 793956a0e1
+1 -1
View 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;
}