summaryrefslogtreecommitdiff
path: root/ext/spl/tests/bug70852.phpt
blob: da7c00bb66e0fea2984a4cca0c616f84b0704f43 (plain)
1
2
3
4
5
6
7
8
9
10
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===