mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Simplify array_splice()
This commit is contained in:
parent
c6bc209e50
commit
aa8ecbedcb
2 changed files with 49 additions and 68 deletions
|
@ -103,7 +103,6 @@ PHP_FUNCTION(array_key_exists);
|
|||
PHP_FUNCTION(array_chunk);
|
||||
PHP_FUNCTION(array_combine);
|
||||
|
||||
PHPAPI HashTable* php_splice(HashTable *, int, int, zval *, int, HashTable *);
|
||||
PHPAPI int php_array_merge(HashTable *dest, HashTable *src);
|
||||
PHPAPI int php_array_merge_recursive(HashTable *dest, HashTable *src);
|
||||
PHPAPI int php_array_replace_recursive(HashTable *dest, HashTable *src);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue