summaryrefslogtreecommitdiff
path: root/tests/classes/destructor_visibility_001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/classes/destructor_visibility_001.phpt')
-rw-r--r--tests/classes/destructor_visibility_001.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/destructor_visibility_001.phpt b/tests/classes/destructor_visibility_001.phpt
index 41def0e525..6fee6e3be7 100644
--- a/tests/classes/destructor_visibility_001.phpt
+++ b/tests/classes/destructor_visibility_001.phpt
@@ -19,7 +19,7 @@ unset($obj);
?>
===DONE===
--EXPECTF--
-Fatal error: Uncaught Error: Call to private Derived::__destruct() from context '' in %sdestructor_visibility_001.php:%d
+Fatal error: Uncaught Error: Call to private Derived::__destruct() from global scope in %s:%d
Stack trace:
#0 {main}
thrown in %sdestructor_visibility_001.php on line %d