From: Marcus Boerger Date: Sat, 7 Dec 2002 23:21:50 +0000 (+0000) Subject: Updated error message X-Git-Tag: RELEASE_1_0b3~119 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f01fa3e02e7cdbb455943c4e85da83a3a77b0aab;p=php Updated error message --- diff --git a/tests/classes/abstract_class.phpt b/tests/classes/abstract_class.phpt index aa0a90dc88..4c1c453c2d 100644 --- a/tests/classes/abstract_class.phpt +++ b/tests/classes/abstract_class.phpt @@ -26,4 +26,4 @@ echo "Done\n"; // shouldn't be displayed of cause --EXPECTF-- Call to function show() -Fatal error: Cannot instanciate abstract class fail in %s on line %d +Fatal error: Cannot instantiate abstract class fail in %s on line %d