From: Marcus Boerger Date: Sat, 7 Dec 2002 23:33:41 +0000 (+0000) Subject: Updated error message X-Git-Tag: RELEASE_1_0b3~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90d9299e51389729ed131e070f18987cbd00543e;p=php Updated error message --- diff --git a/tests/classes/abstract_redeclare.phpt b/tests/classes/abstract_redeclare.phpt index da037f0861..132ab94711 100644 --- a/tests/classes/abstract_redeclare.phpt +++ b/tests/classes/abstract_redeclare.phpt @@ -19,4 +19,4 @@ echo "Done\n"; // Shouldn't be displayed ?> --EXPECTF-- -Fatal error: Cannot redeclare pass::show() abstract in class fail in %s on line %d +Fatal error: Cannot make non abstract method pass::show() abstract in class fail in %s on line %d