summaryrefslogtreecommitdiff
path: root/tests/classes/property_override_protectedStatic_protectedStatic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/classes/property_override_protectedStatic_protectedStatic.phpt')
-rw-r--r--tests/classes/property_override_protectedStatic_protectedStatic.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/property_override_protectedStatic_protectedStatic.phpt b/tests/classes/property_override_protectedStatic_protectedStatic.phpt
index 96bebcac3b..c81a60423e 100644
--- a/tests/classes/property_override_protectedStatic_protectedStatic.phpt
+++ b/tests/classes/property_override_protectedStatic_protectedStatic.phpt
@@ -26,7 +26,7 @@ Redeclare inherited protected static property as protected static.
B::showA();
B::showB();
?>
---EXPECTF--
+--EXPECT--
A::p (static)
A::p (static)
B::p (static)