summaryrefslogtreecommitdiff
path: root/ext/standard/array.c
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2000-02-24 15:06:33 +0000
committerEgon Schmid <eschmid@php.net>2000-02-24 15:06:33 +0000
commit284491887f9409a83ff165d6164fe89cacc80e2f (patch)
treefa01e70c423924e5e8892dec1c1ee7d5451f5150 /ext/standard/array.c
parentc07b5282af83c8bb3c1fe770c6f35cd64cfcb474 (diff)
downloadphp-git-284491887f9409a83ff165d6164fe89cacc80e2f.tar.gz
There are more '|' and should be mixed.
Diffstat (limited to 'ext/standard/array.c')
-rw-r--r--ext/standard/array.c2
1 files changed, 1 insertions, 1 deletions
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)
{