]> granicus.if.org Git - php/commitdiff
MFH: Fix test
authorMarcus Boerger <helly@php.net>
Thu, 26 Aug 2004 23:01:21 +0000 (23:01 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 26 Aug 2004 23:01:21 +0000 (23:01 +0000)
ext/reflection/tests/bug29828.phpt

index 69b627079fef24f5d00f07e4c5b7f6cd957920ae..b82be39f981af06c07b2b6f6abb49f36daeeac9e 100755 (executable)
@@ -8,7 +8,7 @@ interface Bla
        function bla();
 }
 
-class BlaMore extends Bla
+class BlaMore implements Bla
 {
        function bla()
        {