Konu dışı: imzanızdaki script sizin mi?

$i=0;

while($i<100){
	echo $i.'<br />';
	$i += 2.49;
}