<?php $sum = 0.0; foreach(range(1.0, 1e+6) as $i){ $sum += $i; }
You have javascript disabled. You will not be able to edit any code.