andrei Sat Jul 22 16:58:39 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard array.c Log: Gah. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.6&r2=1.308.2.21.2.7&diff_format=u Index: php-src/ext/standard/array.c diff -u php-src/ext/standard/array.c:1.308.2.21.2.6 php-src/ext/standard/array.c:1.308.2.21.2.7 --- php-src/ext/standard/array.c:1.308.2.21.2.6 Sat Jul 22 16:58:06 2006 +++ php-src/ext/standard/array.c Sat Jul 22 16:58:39 2006 @@ -21,7 +21,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: array.c,v 1.308.2.21.2.6 2006/07/22 16:58:06 andrei Exp $ */ +/* $Id: array.c,v 1.308.2.21.2.7 2006/07/22 16:58:39 andrei Exp $ */ #include "php.h" #include "php_ini.h" @@ -4522,7 +4522,7 @@ /* }}} */ /* {{{ 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;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php