]> granicus.if.org Git - php/commitdiff
Gah.
authorAndrei Zmievski <andrei@php.net>
Sat, 22 Jul 2006 16:58:39 +0000 (16:58 +0000)
committerAndrei Zmievski <andrei@php.net>
Sat, 22 Jul 2006 16:58:39 +0000 (16:58 +0000)
ext/standard/array.c

index 8ed13562fe8a6e551a3b4117924dc08a7ca459ff..076e440a26854eefc1cd3bcdd5b28893bc1f8926 100644 (file)
@@ -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;