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.phpt11
1 files changed, 11 insertions, 0 deletions
diff --git a/ext/spl/tests/bug70852.phpt b/ext/spl/tests/bug70852.phpt
new file mode 100644
index 0000000000..da7c00bb66
--- /dev/null
+++ b/ext/spl/tests/bug70852.phpt
@@ -0,0 +1,11 @@
+--TEST--
+Bug #70852 Segfault getting NULL offset of an ArrayObject
+--FILE--
+<?php
+$y = new ArrayObject();
+echo $y[NULL];
+?>
+===DONE===
+--EXPECTF--
+Notice: Undefined index: in %s on line %d
+===DONE===