From: Marcus Boerger Date: Sun, 24 Nov 2002 16:07:34 +0000 (+0000) Subject: Better naming X-Git-Tag: RELEASE_1_0b2~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ddbee008f3688afd2f81ee6cf243081ce140a71;p=php Better naming --- diff --git a/tests/classes/static_mix_1.phpt b/tests/classes/static_mix_1.phpt index 47950b3165..729b83384f 100644 --- a/tests/classes/static_mix_1.phpt +++ b/tests/classes/static_mix_1.phpt @@ -1,5 +1,5 @@ --TEST-- -You cannot overload astatic methods with a non static methods +You cannot overload a static method with a non static method --SKIPIF-- --FILE-- @@ -21,6 +21,6 @@ pass::show(); fail::show(); echo "Done\n"; // shouldn't be displayed of cause -?> +?> --EXPECTF-- Fatal error: Cannot make static method pass::show() non static in class fail in %s on line %d \ No newline at end of file diff --git a/tests/classes/static_mix_2.phpt b/tests/classes/static_mix_2.phpt index 949b9a1b8d..c6e386dc97 100644 --- a/tests/classes/static_mix_2.phpt +++ b/tests/classes/static_mix_2.phpt @@ -1,5 +1,5 @@ --TEST-- -You cannot overload a non static methods with a static methods +You cannot overload a non static method with a static method --SKIPIF-- --FILE--