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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user