*** empty log message ***

This commit is contained in:
Andrey Hristov 1999-06-28 13:39:52 +00:00
parent 650986c8d1
commit db400222ff

View File

@ -2681,7 +2681,6 @@ PHP_FUNCTION(array_splice)
{
zval **args, /* Function arguments array */
*array; /* Input array */
HashTable *removed = NULL, /* Hash for removed elements */
*new_hash = NULL; /* Output array's hash */
int argc, /* Number of function arguments */
offset,