summaryrefslogtreecommitdiff
path: root/ext/spl/tests/bug45622.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/bug45622.phpt')
-rw-r--r--ext/spl/tests/bug45622.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/spl/tests/bug45622.phpt b/ext/spl/tests/bug45622.phpt
index 1638000f09..e2a7b905d5 100644
--- a/ext/spl/tests/bug45622.phpt
+++ b/ext/spl/tests/bug45622.phpt
@@ -30,7 +30,6 @@ var_dump(isset($ao->p));
var_dump($ao->p);
?>
--EXPECTF--
-
--> Access the real property:
bool(true)
string(15) "object property"
@@ -48,4 +47,3 @@ NULL
--> Re-add the real property:
bool(true)
string(15) "object property"
-