Browse Source

MFH: Fix typo (TAKAGI Masahiro)

PHP-5.2.1RC1
Hannes Magnusson 19 years ago
parent
commit
6bcf63c567
  1. 2
      ext/mbstring/mbstring.c

2
ext/mbstring/mbstring.c

@ -2325,7 +2325,7 @@ PHP_FUNCTION(mb_strimwidth)
convert_to_long_ex(arg2);
from = Z_LVAL_PP(arg2);
if (from < 0 || from > Z_STRLEN_PP(arg1)) {
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Start position is out of reange");
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Start position is out of range");
RETURN_FALSE;
}

Loading…
Cancel
Save