<?php $storage = new SplObjectStorage(); $storage->attach(new \stdClass()); foreach ($storage as $key => $val) { var_dump($key, $val); }
You have javascript disabled. You will not be able to edit any code.