mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
fix tests
This commit is contained in:
parent
2e1fd9c044
commit
a896c54e2f
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue