From: Andi Gutmans Date: Wed, 20 Oct 2004 22:55:57 +0000 (+0000) Subject: - Fix test X-Git-Tag: PRE_NEW_VM_GEN_PATCH~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=086e95138729a0107a9a695efbaef0b1fd2b6557;p=php - Fix test --- diff --git a/tests/classes/interface_method_private.phpt b/tests/classes/interface_method_private.phpt index f0f671b524..aa46a033a6 100644 --- a/tests/classes/interface_method_private.phpt +++ b/tests/classes/interface_method_private.phpt @@ -12,4 +12,4 @@ interface if_a { ?> --EXPECTF-- -Fatal error: Access type for interface method if_a::err() must be omitted or declared public in %s on line %d +Fatal error: Access type for interface method if_a::err() must be omitted in %s on line %d