]> granicus.if.org Git - php/commitdiff
Missed a two liner.
authorEgon Schmid <eschmid@php.net>
Tue, 4 Jul 2000 19:41:31 +0000 (19:41 +0000)
committerEgon Schmid <eschmid@php.net>
Tue, 4 Jul 2000 19:41:31 +0000 (19:41 +0000)
ext/standard/array.c

index 6910fbb701847fb975bb5da02585e00c2acc5794..1fb5b96c7542741c5311a14b7966f77d7116fe74 100644 (file)
@@ -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;