<?php // Source: https://bugs.php.net/bug.php?id=65967 $objstore = new SplObjectStorage(); gc_collect_cycles(); var_dump($objstore); print serialize($objstore);
You have javascript disabled. You will not be able to edit any code.