]> granicus.if.org Git - php/commitdiff
There are more '|' and should be mixed.
authorEgon Schmid <eschmid@php.net>
Thu, 24 Feb 2000 15:06:33 +0000 (15:06 +0000)
committerEgon Schmid <eschmid@php.net>
Thu, 24 Feb 2000 15:06:33 +0000 (15:06 +0000)
ext/standard/array.c

index 931e63e493a30526da091f4913dfa9892efb9da0..76a66b513cfc302c65ec6abfede3b93ce72e3c03 100644 (file)
@@ -1081,7 +1081,7 @@ static void _compact_var(HashTable *eg_active_symbol_table, zval *return_value,
 /* }}} */
 
 
-/* {{{ proto array compact(string var_name |, array var_names [, ... ]])
+/* {{{ proto array compact(mixed var_names [, ... ])
    Creates a hash containing variables and their values */
 PHP_FUNCTION(compact)
 {