Skip to content

Commit ec6713f

Browse files
author
Derick Rethans
committed
- dot :)
1 parent 5605dcf commit ec6713f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/string.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ PHP_FUNCTION(implode)
875875
ZVAL_STRINGL(delim, _IMPL_EMPTY, sizeof(_IMPL_EMPTY) - 1, 0);
876876

877877
if (Z_TYPE_PP(arg1) != IS_ARRAY) {
878-
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument to implode must be an array");
878+
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument to implode must be an array.");
879879
return;
880880
}
881881

0 commit comments

Comments
 (0)