From: Antony Dovgal Date: Tue, 20 Jun 2006 12:50:52 +0000 (+0000) Subject: fix tests X-Git-Tag: RELEASE_1_0_0RC1~2693 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a896c54e2f375b50fd1e14b2536ea4874da9e5bc;p=php fix tests --- diff --git a/Zend/tests/objects_013.phpt b/Zend/tests/objects_013.phpt index cd65bb287a..3f7bea81af 100644 --- a/Zend/tests/objects_013.phpt +++ b/Zend/tests/objects_013.phpt @@ -12,4 +12,4 @@ class bar implements foo, foo { echo "Done\n"; ?> --EXPECTF-- -Fatal error: Cannot implement previously implemented interface foo in %s on line %d +Fatal error: Class bar cannot implement previously implemented interface foo in %s on line %d diff --git a/Zend/tests/objects_014.phpt b/Zend/tests/objects_014.phpt index 2dec0c078a..c422b392ea 100644 --- a/Zend/tests/objects_014.phpt +++ b/Zend/tests/objects_014.phpt @@ -12,4 +12,4 @@ interface bar extends foo, foo { echo "Done\n"; ?> --EXPECTF-- -Fatal error: Cannot implement previously implemented interface foo in %s on line %d +Fatal error: Class bar cannot implement previously implemented interface foo in %s on line %d