]> granicus.if.org Git - php/commitdiff
Fugbix typo.
authorSebastian Bergmann <sebastian@php.net>
Thu, 2 Sep 2004 17:27:44 +0000 (17:27 +0000)
committerSebastian Bergmann <sebastian@php.net>
Thu, 2 Sep 2004 17:27:44 +0000 (17:27 +0000)
Zend/zend_compile.c

index 1911912003a824b90a30ef05d322eb0c80889876..55049cef6c17d715dcc3f8e72f6004ee64076b03 100644 (file)
@@ -2129,7 +2129,7 @@ ZEND_API zend_class_entry *do_bind_inherited_class(zend_op *opline, HashTable *c
        }
 
        if (parent_ce->ce_flags & ZEND_ACC_INTERFACE) {
-               zend_error(E_COMPILE_ERROR, "Class %s cannot extend from interfac %s", ce->name, parent_ce->name);
+               zend_error(E_COMPILE_ERROR, "Class %s cannot extend from interface %s", ce->name, parent_ce->name);
        }
 
        zend_do_inheritance(ce, parent_ce TSRMLS_CC);