summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.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 /ext/reflection/php_reflection.c
parent20b60f49d98094f11e8a6cc44eb9defd8ef090c3 (diff)
downloadphp-git-9b8eee74d92a4ec4ab2acb0715954f48a47838e5.tar.gz
Refcount must not be set separatley again.
Diffstat (limited to 'ext/reflection/php_reflection.c')
-rw-r--r--ext/reflection/php_reflection.c1
1 files changed, 0 insertions, 1 deletions
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);