From: Egon Schmid Date: Thu, 24 Feb 2000 15:06:33 +0000 (+0000) Subject: There are more '|' and should be mixed. X-Git-Tag: PHP-4.0-RC1~436 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=284491887f9409a83ff165d6164fe89cacc80e2f;p=php There are more '|' and should be mixed. --- diff --git a/ext/standard/array.c b/ext/standard/array.c index 931e63e493..76a66b513c 100644 --- a/ext/standard/array.c +++ b/ext/standard/array.c @@ -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) {