From: Egon Schmid Date: Tue, 4 Jul 2000 19:41:31 +0000 (+0000) Subject: Missed a two liner. X-Git-Tag: PRE_METHOD_CALL_SEPERATE_FIX_PATCH~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2457db5f3838040b89fa1a29e4031cd203a6988;p=php Missed a two liner. --- diff --git a/ext/standard/array.c b/ext/standard/array.c index 6910fbb701..1fb5b96c75 100644 --- a/ext/standard/array.c +++ b/ext/standard/array.c @@ -2294,8 +2294,7 @@ out: /* }}} */ /* {{{ proto array array_diff(array arr1, array arr2 [, mixed ...]) - Returns the entries of arr1 that have values which are not present in - any of the others arguments */ + Returns the entries of arr1 that have values which are not present in any of the others arguments */ PHP_FUNCTION(array_diff) { zval ***args = NULL;