The easy and safe solution that nobody mentioned would be
$firstItem = ''; foreach($object as $item) { $firstItem = $item; break; }