]> granicus.if.org Git - php/commitdiff
fix tests
authorAntony Dovgal <tony2001@php.net>
Tue, 20 Jun 2006 12:50:52 +0000 (12:50 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 20 Jun 2006 12:50:52 +0000 (12:50 +0000)
Zend/tests/objects_013.phpt
Zend/tests/objects_014.phpt

index cd65bb287ab578b2842c660787ab62ca56f08746..3f7bea81af8b265cb5a114fcb9b0edcf55ae218b 100644 (file)
@@ -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
index 2dec0c078adce62ff5e371b8acf3d820c3ee285a..c422b392ea9c3b439a17b5090e4dd6d58f2f1220 100644 (file)
@@ -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