summaryrefslogtreecommitdiff
path: root/Zend/zend_reflection_api.c
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-05-31 21:49:52 +0000
committerMarcus Boerger <helly@php.net>2004-05-31 21:49:52 +0000
commit9b8eee74d92a4ec4ab2acb0715954f48a47838e5 (patch)
treefac6681350b517921265139a3fc3fa355343edf6 /Zend/zend_reflection_api.c
parent20b60f49d98094f11e8a6cc44eb9defd8ef090c3 (diff)
downloadphp-git-9b8eee74d92a4ec4ab2acb0715954f48a47838e5.tar.gz
Refcount must not be set separatley again.
Diffstat (limited to 'Zend/zend_reflection_api.c')
-rw-r--r--Zend/zend_reflection_api.c1
1 files changed, 0 insertions, 1 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);