From: Antony Dovgal Date: Sun, 21 Nov 2004 13:33:20 +0000 (+0000) Subject: fix typo (bug #30857) X-Git-Tag: RELEASE_0_2~647 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9dd604ae793f943150760ea2d4dc0feaf48e9ad;p=php fix typo (bug #30857) --- diff --git a/ext/standard/string.c b/ext/standard/string.c index 1a6eb13563..93d872b5a6 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -4764,7 +4764,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; }