diff options
author | Egon Schmid <eschmid@php.net> | 2000-07-04 19:41:31 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2000-07-04 19:41:31 +0000 |
commit | f2457db5f3838040b89fa1a29e4031cd203a6988 (patch) | |
tree | 862f96148616b9594eab9ae5a9511da4d87b9cb3 /ext/standard/array.c | |
parent | 4604031b84c100983cd2525b4043b0dba8e2f9e9 (diff) | |
download | php-git-f2457db5f3838040b89fa1a29e4031cd203a6988.tar.gz |
Missed a two liner.
Diffstat (limited to 'ext/standard/array.c')
-rw-r--r-- | ext/standard/array.c | 3 |
1 files changed, 1 insertions, 2 deletions
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; |