3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(gc_enabled()); $objstore = new SplObjectStorage(); $a = new StdClass; $b = new StdClass; $a->b = $b; $objstore->attach($a); $objstore->attach($b); gc_collect_cycles(); var_dump($objstore); print serialize($objstore);

preferences:
32.74 ms | 402 KiB | 5 Q