]> granicus.if.org Git - php/commitdiff
fix typo (bug #30857)
authorAntony Dovgal <tony2001@php.net>
Sun, 21 Nov 2004 13:34:02 +0000 (13:34 +0000)
committerAntony Dovgal <tony2001@php.net>
Sun, 21 Nov 2004 13:34:02 +0000 (13:34 +0000)
ext/standard/string.c

index 2ebaac32d8f582f499c213e2b799bc62a39bf373..c6e52f095719b0a7979a55eb95ea6c22d0d0c42f 100644 (file)
@@ -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;
        }