diff options
-rw-r--r-- | Zend/zend_reflection_api.c | 1 | ||||
-rw-r--r-- | ext/reflection/php_reflection.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Zend/zend_reflection_api.c b/Zend/zend_reflection_api.c index b6727460f7..9350fb31e8 100644 --- a/Zend/zend_reflection_api.c +++ b/Zend/zend_reflection_api.c @@ -942,7 +942,6 @@ static void _reflection_export(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *c } INIT_PZVAL(&output); - output.refcount = 1; /* Create object */ INIT_PZVAL(&reflector); diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index b6727460f7..9350fb31e8 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -942,7 +942,6 @@ static void _reflection_export(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *c } INIT_PZVAL(&output); - output.refcount = 1; /* Create object */ INIT_PZVAL(&reflector); |