From: Marcus Boerger Date: Thu, 9 Sep 2004 11:33:31 +0000 (+0000) Subject: Fix test X-Git-Tag: php-5.0.2RC1~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29048d8d7e60c0bbfde886d301475d9acb0dd1fc;p=php Fix test --- diff --git a/tests/classes/interface_and_extends.phpt b/tests/classes/interface_and_extends.phpt index 7f5abb3e2d..559b611250 100755 --- a/tests/classes/interface_and_extends.phpt +++ b/tests/classes/interface_and_extends.phpt @@ -23,4 +23,4 @@ $o->show(); ?> ===DONE=== --EXPECTF-- -Fatal error: Class Tester cannot extend from interfac Test in %sinterface_and_extends.php on line %d \ No newline at end of file +Fatal error: Class Tester cannot extend from interface Test in %sinterface_and_extends.php on line %d \ No newline at end of file