--TEST-- SPL: ArrayObject::offsetExists() should return true for element containing NULL --FILE-- null)); var_dump($ao->offsetExists('foo')); ?> --EXPECTF-- bool(true)