3v4l.org

run code in 300+ PHP versions simultaneously
<?php $foo = (object)['foo' => 'bar']; $storage = new SplObjectStorage; $storage->attach($foo, ['room' => 'ba']); foreach($storage as $value) { print_r($storage->current()); print_r($storage->getInfo()); }

preferences:
41.18 ms | 402 KiB | 5 Q