From bb430b373755e961ce07c6ba79781ff446c04d22 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Sat, 22 Jul 2006 16:58:39 +0000 Subject: [PATCH] Gah. --- ext/standard/array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/array.c b/ext/standard/array.c index 8ed13562fe..076e440a26 100644 --- a/ext/standard/array.c +++ b/ext/standard/array.c @@ -4522,7 +4522,7 @@ PHP_FUNCTION(array_chunk) /* }}} */ /* {{{ proto array array_combine(array keys, array values) - Creates an array by using the elements of the first parameter as keys and the elements of the second as the corresponding keys */ + Creates an array by using the elements of the first parameter as keys and the elements of the second as the corresponding values */ PHP_FUNCTION(array_combine) { zval *values, *keys; -- 2.40.0