]> granicus.if.org Git - php/commitdiff
Remove duplicated assignment
authorXinchen Hui <laruence@php.net>
Thu, 16 Apr 2015 03:58:50 +0000 (11:58 +0800)
committerXinchen Hui <laruence@php.net>
Thu, 16 Apr 2015 03:58:50 +0000 (11:58 +0800)
Zend/zend_API.c

index 5e1a8185fd074a2b17b21941978a2dfb9da7a082..e6c8e56d86d19a170b663100d2b6054b760b6d07 100644 (file)
@@ -3204,7 +3204,6 @@ ZEND_API zend_bool zend_is_callable_ex(zval *callable, zend_object *object, uint
        fcc->calling_scope = NULL;
        fcc->called_scope = NULL;
        fcc->function_handler = NULL;
-       fcc->calling_scope = NULL;
        fcc->object = NULL;
 
        if (object &&