Simplify array_splice()

This commit is contained in:
Dmitry Stogov 2014-12-30 18:15:15 +03:00
parent c6bc209e50
commit aa8ecbedcb
2 changed files with 49 additions and 68 deletions

View file

@ -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);