summaryrefslogtreecommitdiff
path: root/tests/classes/destructor_visibility_002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/classes/destructor_visibility_002.phpt')
-rw-r--r--tests/classes/destructor_visibility_002.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/classes/destructor_visibility_002.phpt b/tests/classes/destructor_visibility_002.phpt
index 227cc1aff0..0d4cedcf79 100644
--- a/tests/classes/destructor_visibility_002.phpt
+++ b/tests/classes/destructor_visibility_002.phpt
@@ -16,7 +16,7 @@ $obj = new Derived;
?>
===DONE===
---EXPECTF--
+--EXPECT--
===DONE===
-Warning: Call to private Derived::__destruct() from context '' during shutdown ignored in Unknown on line %d
+Warning: Call to private Derived::__destruct() from global scope during shutdown ignored in Unknown on line 0