summaryrefslogtreecommitdiff
path: root/Zend/tests/objects_018.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/objects_018.phpt')
-rw-r--r--Zend/tests/objects_018.phpt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Zend/tests/objects_018.phpt b/Zend/tests/objects_018.phpt
index 5a24f4d42..ca5b4b8cd 100644
--- a/Zend/tests/objects_018.phpt
+++ b/Zend/tests/objects_018.phpt
@@ -14,6 +14,8 @@ interface Itest2 {
interface Itest3 extends Itest, Itest2 {
}
+echo "done!\n";
+
?>
--EXPECTF--
-Fatal error: Can't inherit abstract function Itest2::a() (previously declared abstract in Itest) in %s on line %d
+done!