<?php $a = new \stdClass(); $storage = new SplObjectStorage(); $storage->attach($a, 'a'); var_dump($storage[$a]);
You have javascript disabled. You will not be able to edit any code.