From: Antony Dovgal Date: Sun, 21 Nov 2004 13:34:02 +0000 (+0000) Subject: fix typo (bug #30857) X-Git-Tag: php-5.0.3RC1~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b65cff0f53d7b34b7bfad1becab47e5446d2dd9b;p=php fix typo (bug #30857) --- diff --git a/ext/standard/string.c b/ext/standard/string.c index 2ebaac32d8..c6e52f0957 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -4712,7 +4712,7 @@ PHP_FUNCTION(str_split) } if (split_length <= 0) { - php_error_docref(NULL TSRMLS_CC, E_WARNING, "The the length of each segment must be greater then zero."); + php_error_docref(NULL TSRMLS_CC, E_WARNING, "The length of each segment must be greater then zero."); RETURN_FALSE; }