summaryrefslogtreecommitdiff
path: root/ext/standard/tests/general_functions/bug40398.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/general_functions/bug40398.phpt')
-rw-r--r--ext/standard/tests/general_functions/bug40398.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/tests/general_functions/bug40398.phpt b/ext/standard/tests/general_functions/bug40398.phpt
index e92be5bedc..b187c64efe 100644
--- a/ext/standard/tests/general_functions/bug40398.phpt
+++ b/ext/standard/tests/general_functions/bug40398.phpt
@@ -73,7 +73,6 @@ new Derived_5('5');
new Derived_6('6');
?>
-===DONE===
--EXPECT--
Base::__construct(1)
Base::__construct(2)
@@ -81,4 +80,3 @@ Base::__construct(3)
Base::__construct(4)
Base::__construct(5)
Base::__construct(6)
-===DONE===