]> granicus.if.org Git - php/commitdiff
Fixed has_propery
authorXinchen Hui <laruence@gmail.com>
Wed, 26 Feb 2014 03:18:19 +0000 (11:18 +0800)
committerXinchen Hui <laruence@gmail.com>
Wed, 26 Feb 2014 03:18:19 +0000 (11:18 +0800)
Zend/zend_object_handlers.c

index 48f1bc641a407dba70e159e7e09089ca6dce928c..5195d15cd28293c5000f0ebd3e2a17e569b57911 100644 (file)
@@ -1447,8 +1447,8 @@ found:
                                                result = 1;
                                                break;
                                }
+                               goto exit;
                        }
-                       goto exit;
                }
        }