From: Marcus Boerger Date: Fri, 7 Mar 2003 00:01:08 +0000 (+0000) Subject: abstract classes must now be declared abstract X-Git-Tag: RELEASE_0_5~578 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a152cad0c1df1ee047d71fbe1c154f33cc7826d;p=php abstract classes must now be declared abstract --- diff --git a/tests/classes/abstract.phpt b/tests/classes/abstract.phpt index 4a2cfbaad2..208b9bce11 100644 --- a/tests/classes/abstract.phpt +++ b/tests/classes/abstract.phpt @@ -5,7 +5,7 @@ An abstract method may not be called --FILE-- --FILE-- +--FILE-- + +--EXPECTF-- +Fatal error: Class fail contains abstract methods and must be declared abstract in %s on line %d diff --git a/tests/classes/abstract_static.phpt b/tests/classes/abstract_static.phpt index f81445aaa0..fd1b9a6520 100644 --- a/tests/classes/abstract_static.phpt +++ b/tests/classes/abstract_static.phpt @@ -5,7 +5,7 @@ A static abstrcat method may not be called --FILE--