mirror of
https://github.com/php/php-src.git
synced 2025-01-27 14:13:41 +08:00
Gah.
This commit is contained in:
parent
d827c76379
commit
bb430b3737
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user