summaryrefslogtreecommitdiff
path: root/tests/classes/static_properties_004.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/classes/static_properties_004.phpt')
-rw-r--r--tests/classes/static_properties_004.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/classes/static_properties_004.phpt b/tests/classes/static_properties_004.phpt
index 42860c3301..956b49885d 100644
--- a/tests/classes/static_properties_004.phpt
+++ b/tests/classes/static_properties_004.phpt
@@ -18,7 +18,6 @@ $ref = 'changed.one';
D::$p =& $ref;
var_dump(C::$p, D::$p, E::$p);
?>
-==Done==
--EXPECT--
Inherited static properties refer to the same value across classes:
string(8) "original"
@@ -34,4 +33,3 @@ References cannot be used to split the properties:
string(11) "changed.one"
string(11) "changed.one"
string(11) "changed.one"
-==Done==