summaryrefslogtreecommitdiff
path: root/ext/spl/tests/bug70852.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/bug70852.phpt')
-rw-r--r--ext/spl/tests/bug70852.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/spl/tests/bug70852.phpt b/ext/spl/tests/bug70852.phpt
index 2b23ce4e09..463f9d1b43 100644
--- a/ext/spl/tests/bug70852.phpt
+++ b/ext/spl/tests/bug70852.phpt
@@ -7,11 +7,9 @@ $y = new ArrayObject();
var_dump($y[NULL]);
var_dump($y[NULL]++);
?>
-===DONE===
--EXPECTF--
Notice: Undefined index: in %s on line %d
NULL
Notice: Undefined index: in %s on line %d
NULL
-===DONE===