Fixed error message

This commit is contained in:
Dmitry Stogov 2005-05-03 13:46:00 +00:00
parent 69326a796e
commit ed35225721

View 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