]> granicus.if.org Git - php/commitdiff
Fixed error message
authorDmitry Stogov <dmitry@php.net>
Tue, 3 May 2005 13:46:00 +0000 (13:46 +0000)
committerDmitry Stogov <dmitry@php.net>
Tue, 3 May 2005 13:46:00 +0000 (13:46 +0000)
tests/classes/interface_must_be_implemented.phpt

index 1e0667eb5fd2065c01130e1a8335d03760a67685..a4d79704e1ef3f4ee252a7207a68d19a65a28393 100644 (file)
@@ -14,4 +14,4 @@ class derived_a implements if_a {
 
 ?>
 --EXPECTF--
-Fatal error: Class derived_a contains 1 abstract methods and must therefore be declared abstract (if_a::f_a) in %s on line %d
+Fatal error: Class derived_a contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (if_a::f_a) in %s on line %d