From: Michael Wallner Date: Tue, 25 Jul 2006 14:44:53 +0000 (+0000) Subject: - ws X-Git-Tag: php-5.2.0RC2~212 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=799ec9975b4812571272981adc9a7ec02e2270d9;p=php - ws --- diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index c8a6b2ae5e..20de73ce09 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -2625,8 +2625,8 @@ ZEND_METHOD(reflection_class, getStaticProperties) { reflection_object *intern; zend_class_entry *ce; - HashPosition pos; - zval **value; + HashPosition pos; + zval **value; METHOD_NOTSTATIC_NUMPARAMS(reflection_class_ptr, 0); GET_REFLECTION_OBJECT_PTR(ce); @@ -2656,7 +2656,7 @@ ZEND_METHOD(reflection_class, getStaticProperties) } zend_hash_update(Z_ARRVAL_P(return_value), key, key_len, value, sizeof(zval *), NULL); - } + } zend_hash_move_forward_ex(CE_STATIC_MEMBERS(ce), &pos); } }