fix tests

This commit is contained in:
Antony Dovgal 2006-06-20 12:50:52 +00:00
parent 2e1fd9c044
commit a896c54e2f
2 changed files with 2 additions and 2 deletions

View 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

View 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