summaryrefslogtreecommitdiff
path: root/tests/classes/protected_002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/classes/protected_002.phpt')
-rw-r--r--tests/classes/protected_002.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/protected_002.phpt b/tests/classes/protected_002.phpt
index f3ddc15db9..13f01cedbb 100644
--- a/tests/classes/protected_002.phpt
+++ b/tests/classes/protected_002.phpt
@@ -30,7 +30,7 @@ echo "Done\n"; // shouldn't be displayed
Call pass::show()
Call fail::show()
-Fatal error: Uncaught Error: Call to protected method pass::show() from context 'fail' in %s:%d
+Fatal error: Uncaught Error: Call to protected method pass::show() from scope fail in %s:%d
Stack trace:
#0 %s(%d): fail::show()
#1 {main}