summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2002-10-04 16:55:46 +0000
committerDerick Rethans <derick@php.net>2002-10-04 16:55:46 +0000
commitec6713f1caef313c2fd77682159edd961b2e2416 (patch)
treec3b3c8c5c6f8ea8ebd93c1d6d0b0d606e6ecf65a
parent5605dcf7b6b12757143e55e19e5d39f481b77e98 (diff)
downloadphp-git-ec6713f1caef313c2fd77682159edd961b2e2416.tar.gz
- dot :)
-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 2d26475ab5..17d9d99e18 100644
--- a/ext/standard/string.c
+++ b/ext/standard/string.c
@@ -875,7 +875,7 @@ PHP_FUNCTION(implode)
ZVAL_STRINGL(delim, _IMPL_EMPTY, sizeof(_IMPL_EMPTY) - 1, 0);
if (Z_TYPE_PP(arg1) != IS_ARRAY) {
- php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument to implode must be an array");
+ php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument to implode must be an array.");
return;
}