]> granicus.if.org Git - php/commitdiff
- MFH WS
authorMarcus Boerger <helly@php.net>
Tue, 30 May 2006 19:41:04 +0000 (19:41 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 30 May 2006 19:41:04 +0000 (19:41 +0000)
Zend/zend_compile.c

index 4b5410ac7229874eed383a025251d9b71f09bf89..c9b6c814e9def6460ffc475894107af20c8a9374 100644 (file)
@@ -2033,7 +2033,6 @@ static zend_bool do_inherit_method_check(HashTable *child_function_table, zend_f
                child->common.prototype = parent->common.prototype ? parent->common.prototype : parent;
        }
 
-
        if (child->common.prototype) {
                if (!zend_do_perform_implementation_check(child, child->common.prototype)) {
                        zend_error(E_COMPILE_ERROR, "Declaration of %s::%s() must be compatible with that of %s::%s()", ZEND_FN_SCOPE_NAME(child), child->common.function_name, ZEND_FN_SCOPE_NAME(child->common.prototype), child->common.prototype->common.function_name);