When dumping this sort of a structure, Dump breaks.
$v = 'Hi';
for ($i = 0; $i < 50; $i ++) {
$v = array($v);
}
Dump::out($v, 'Deeeeeeeeep');
It's actually worse with nested objects - we can't go as deep due to calls to dumpAnything -> dumpObject -> objectstdClass.