start(); $results = []; for ($j = 0; $j < 500000; $j++) { $results[] = igbinary_unserialize($ser); } $b->stop($j); $b->write(); } });