dmitry Tue May 3 09:46:01 2005 EDT Modified files: /php-src/tests/classes interface_must_be_implemented.phpt Log: Fixed error message http://cvs.php.net/diff.php/php-src/tests/classes/interface_must_be_implemented.phpt?r1=1.5&r2=1.6&ty=u Index: php-src/tests/classes/interface_must_be_implemented.phpt diff -u php-src/tests/classes/interface_must_be_implemented.phpt:1.5 php-src/tests/classes/interface_must_be_implemented.phpt:1.6 --- php-src/tests/classes/interface_must_be_implemented.phpt:1.5 Wed Oct 20 18:36:32 2004 +++ php-src/tests/classes/interface_must_be_implemented.phpt Tue May 3 09:46:00 2005 @@ -14,4 +14,4 @@ ?> --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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php