summaryrefslogtreecommitdiff
path: root/tests/classes/inheritance_006.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/classes/inheritance_006.phpt')
-rw-r--r--tests/classes/inheritance_006.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/classes/inheritance_006.phpt b/tests/classes/inheritance_006.phpt
index 6009c35ffc..35465cc2ac 100644
--- a/tests/classes/inheritance_006.phpt
+++ b/tests/classes/inheritance_006.phpt
@@ -17,8 +17,8 @@ var_dump(new C);
?>
--EXPECTF--
object(C)#%d (2) {
- ["c":"B":private]=>
- NULL
["c":"A":private]=>
NULL
+ ["c":"B":private]=>
+ NULL
}