]> granicus.if.org Git - php/commitdiff
- Fix bug
authorAndi Gutmans <andi@php.net>
Mon, 22 Mar 2004 15:51:07 +0000 (15:51 +0000)
committerAndi Gutmans <andi@php.net>
Mon, 22 Mar 2004 15:51:07 +0000 (15:51 +0000)
Zend/zend_compile.c

index 0a2745f5a75758f0ad663629c4cfd268f0516071..6c4c48294a77fc01a4ba35555768f520c0e90e3b 100644 (file)
@@ -2519,6 +2519,7 @@ static void do_verify_abstract_class(TSRMLS_D)
 
        opline->opcode = ZEND_VERIFY_ABSTRACT_CLASS;
        opline->op1 = CG(implementing_class);
+       SET_UNUSED(opline->op2);
 }