<?php $low = 1.5; $high = 2.999999999999999; $step = 0.3; ?>
Standard input is empty
Low=1.500000000000000 High=2.999999999999999 Step=0.300000000000000
Array
(
[0] => 1.5
[1] => 1.8
[2] => 2.1
[3] => 2.4
[4] => 2.7
[5] => 3
)