diff options
-rw-r--r-- | ext/standard/streamsfuncs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/streamsfuncs.c b/ext/standard/streamsfuncs.c index aa729cc53f..96a05f1c4d 100644 --- a/ext/standard/streamsfuncs.c +++ b/ext/standard/streamsfuncs.c @@ -726,7 +726,6 @@ PHP_FUNCTION(stream_context_get_options) context = decode_context_param(zcontext TSRMLS_CC); ZEND_VERIFY_RESOURCE(context); - array_init(return_value); *return_value = *context->options; zval_copy_ctor(return_value); |