summaryrefslogtreecommitdiff
path: root/ext/standard/array.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/array.c')
-rw-r--r--ext/standard/array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/array.c b/ext/standard/array.c
index 4db2871f79..e0906fc9e9 100644
--- a/ext/standard/array.c
+++ b/ext/standard/array.c
@@ -3250,7 +3250,7 @@ PHP_FUNCTION(array_filter)
}
if (Z_TYPE_PP(input) != IS_ARRAY) {
- php_error_docref(NULL TSRMLS_CC, E_WARNING, "The first argument shouldbe an array");
+ php_error_docref(NULL TSRMLS_CC, E_WARNING, "The first argument should be an array");
return;
}