From: Marcus Boerger Date: Fri, 22 Nov 2002 10:44:36 +0000 (+0000) Subject: Update error message and say 'method' instead of 'function' X-Git-Tag: RELEASE_1_0b2~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e78286eafc19a516eb8d234b9eff530513bffc3;p=php Update error message and say 'method' instead of 'function' --- diff --git a/tests/classes/abstract.phpt b/tests/classes/abstract.phpt index 365e5f2862..6c8f67ce03 100644 --- a/tests/classes/abstract.phpt +++ b/tests/classes/abstract.phpt @@ -1,5 +1,5 @@ --TEST-- -An abstrcat function may not be called +An abstrcat method may not be called --SKIPIF-- --FILE-- @@ -26,4 +26,4 @@ echo "Done\n"; // shouldn't be displayed of cause --EXPECTF-- Call to function show() -Fatal error: Cannot call abstract method show() in %s on line %d \ No newline at end of file +Fatal error: Cannot call abstract method fail::show() in %s on line %d