Proto change

This commit is contained in:
Andrey Hristov 1999-07-17 19:23:32 +00:00
parent 5a3e983fa4
commit 4518351648

View File

@ -2842,7 +2842,7 @@ PHP_FUNCTION(array_slice)
/* }}} */
/* {{{ proto array array_merge(array arr1 [, array arr2, ...])
/* {{{ proto array array_merge(array arr1, array arr2 [, ...])
Merges elements from passed arrays into one array */
PHP_FUNCTION(array_merge)
{