summaryrefslogtreecommitdiff
path: root/Zend/tests/objects_014.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/objects_014.phpt')
-rw-r--r--Zend/tests/objects_014.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/objects_014.phpt b/Zend/tests/objects_014.phpt
index c422b392ea..138fd4f294 100644
--- a/Zend/tests/objects_014.phpt
+++ b/Zend/tests/objects_014.phpt
@@ -7,9 +7,9 @@ interface foo {
}
interface bar extends foo, foo {
-}
+}
echo "Done\n";
?>
---EXPECTF--
+--EXPECTF--
Fatal error: Class bar cannot implement previously implemented interface foo in %s on line %d