From: Stanislav Malyshev Date: Sun, 7 Apr 2002 15:38:45 +0000 (+0000) Subject: sync X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~824 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b6b13b08afa71c5c001304580dce5922ad00d9d;p=php sync --- diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index e9cb8ccbac..64f4535d7f 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -2039,7 +2039,7 @@ void zend_do_begin_class_declaration(znode *class_token, znode *class_name, znod new_class_entry->handle_function_call = NULL; new_class_entry->handle_property_set = NULL; new_class_entry->handle_property_get = NULL; - + /* code for inheritance from parent class */ if (parent_class_name) { zend_class_entry *parent_class, **parent_class_p;