diff options
| -rw-r--r-- | ext/standard/array.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/array.c b/ext/standard/array.c index f588a4f0ef..7cc1152325 100644 --- a/ext/standard/array.c +++ b/ext/standard/array.c @@ -1341,8 +1341,6 @@ PHP_FUNCTION(array_init) RETURN_FALSE; } - SEPARATE_ZVAL(val); - switch(Z_TYPE_PP(start_key)) { case IS_STRING: case IS_LONG: |
