From: Xinchen Hui Date: Wed, 26 Feb 2014 03:18:19 +0000 (+0800) Subject: Fixed has_propery X-Git-Tag: POST_PHPNG_MERGE~412^2~524 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4a70fa7592e6ec109aef391089336a172639b39;p=php Fixed has_propery --- diff --git a/Zend/zend_object_handlers.c b/Zend/zend_object_handlers.c index 48f1bc641a..5195d15cd2 100644 --- a/Zend/zend_object_handlers.c +++ b/Zend/zend_object_handlers.c @@ -1447,8 +1447,8 @@ found: result = 1; break; } + goto exit; } - goto exit; } }