summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2004-11-21 13:34:02 +0000
committerAntony Dovgal <tony2001@php.net>2004-11-21 13:34:02 +0000
commitb65cff0f53d7b34b7bfad1becab47e5446d2dd9b (patch)
tree130be88fc3a0f153ef5ca846e8a889ff72c9cf7e
parent4e5296741dfb36b3a270ac4041b7260c632011bb (diff)
downloadphp-git-b65cff0f53d7b34b7bfad1becab47e5446d2dd9b.tar.gz
fix typo (bug #30857)
-rw-r--r--ext/standard/string.c2
1 files changed, 1 insertions, 1 deletions
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;
}