From d9dd604ae793f943150760ea2d4dc0feaf48e9ad Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Sun, 21 Nov 2004 13:33:20 +0000 Subject: [PATCH] fix typo (bug #30857) --- ext/standard/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.50.1