From 26a7fe78f2d5321008e814f48a87cb1db4af87b0 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Mon, 28 Jun 1999 13:46:58 +0000 Subject: [PATCH] oops --- ext/standard/basic_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 78a04d8b51..8ddde08a6e 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -2681,7 +2681,7 @@ PHP_FUNCTION(array_splice) { zval **args, /* Function arguments array */ *array; /* Input array */ - *new_hash = NULL; /* Output array's hash */ + HashTable *new_hash = NULL; /* Output array's hash */ int argc, /* Number of function arguments */ offset, length; -- 2.40.0