mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Added array_merge() function.
This commit is contained in:
parent
2db1d61718
commit
f8f8defb42
2 changed files with 59 additions and 0 deletions
|
@ -128,6 +128,7 @@ PHP_FUNCTION(shift);
|
|||
PHP_FUNCTION(unshift);
|
||||
PHP_FUNCTION(splice);
|
||||
PHP_FUNCTION(slice);
|
||||
PHP_FUNCTION(array_merge);
|
||||
|
||||
#if HAVE_PUTENV
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue